diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 0587d4ae..c2366d41 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,6 @@ --- -name: bug report -about: Create a report to help us improve -title: "[BUG] bug report" +name: \U0001F41B Bug Report +about: Something doesn't work as expected labels: bug assignees: KFCFans diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 431d36b9..458c969b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,6 @@ --- -name: feature request +name: "\U0001F680 Feature Request" about: Suggest an idea for this project -title: "[Feature] feature request" labels: new feature assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..7988c019 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: "\U0001F914 Question" +about: Usage question that isn't answered in docs or discussion +--- + +## Question + +Before asking a question, make sure you have(在提问之前,请确保你已经): + +- Googled your question(百度了你的问题) +- Searched open and closed [GitHub issues](https://github.com/KFCFans/PowerJob/issues)(搜索了 GitHub issues) +- Read [documentation](https://www.yuque.com/powerjob/en)(仔细阅读了[官方文档](https://www.yuque.com/powerjob/guidence)) + +Please pay attention on issues you submitted, because we maybe need more details. \ No newline at end of file