diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 355486b..9742efa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report -about: 创建报告以帮助我们改进 +about: Create reports to help us improve title: "[系统]xxx" -labels: '' +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md new file mode 100644 index 0000000..2fc7022 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -0,0 +1,17 @@ +--- +name: 功能请求 +about: 为这个项目提出一个想法 +title: '' +labels: enhancement +assignees: '' + +--- + +**您的功能请求是否与问题有关?请描述.** +对问题所在的清晰简洁的描述[...] + +**描述您想要的解决方案** +对你想要发生的事情进行清晰简洁的描述. + +**附加上下文** +Add any other context or screenshots about the feature request here.