diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8194a8e..2dbe632 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- -name: 报告问题 -about: Bug Report +name: 报告问题 / Bug Report +about: If you find some bugs, please use this template. title: "[BUG] Report bug" labels: bug assignees: '' - --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d555b82..2d3cebc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- -name: 需求、功能、建议 -about: demands, functions, suggestions +name: 需求、功能、建议 / Demands, functions, suggestions +about: If you have please use this template.demands, functions or suggestions, please use this template. title: "[Feature] New function" -labels: enhancement +labels: feature assignees: '' - --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 700fa81..4d87c60 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- -name: '疑问或帮助' -about: Question or need help +name: '疑问或帮助 / Question or Help' +about: If you have any question or need help, please use this template. title: '[Question] Help' labels: 'question' assignees: ''