From e34ac6a5b403dbcd07835ff4cf559ab2b6bdb5bb Mon Sep 17 00:00:00 2001 From: CarmJos Date: Wed, 2 Mar 2022 22:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 2 ++ .github/ISSUE_TEMPLATE/bugs_report.md | 32 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_issues.md | 20 +++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bugs_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_issues.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..fc45ed0 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ + +custom: ['https://donate.carm.cc'] diff --git a/.github/ISSUE_TEMPLATE/bugs_report.md b/.github/ISSUE_TEMPLATE/bugs_report.md new file mode 100644 index 0000000..df5764a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs_report.md @@ -0,0 +1,32 @@ +--- +name: 问题提交 +about: 提交并描述问题,帮助我们对其进行检查与修复。 +title: '' +labels: bug +assignees: '' + +--- + +**问题简述** + + +**问题来源** + + +**预期结果**(可选) + + +**问题截图/问题报错** + + +**操作环境** + + + +**其他补充** + diff --git a/.github/ISSUE_TEMPLATE/feature_issues.md b/.github/ISSUE_TEMPLATE/feature_issues.md new file mode 100644 index 0000000..003f004 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_issues.md @@ -0,0 +1,20 @@ +--- +name: 功能需求 +about: 希望我们提供更多的功能。 +title: '' +labels: enhancement +assignees: '' + +--- + +**功能简述** + + +**需求来源** + + +**功能参考**(可选) + + +**附加内容** +