From ab12f6e4bca64c9df70c0a63b8bcfe9d279ec292 Mon Sep 17 00:00:00 2001 From: wanghongenpin <178070584@qq.com> Date: Sun, 24 Sep 2023 21:27:27 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/功能请求.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/功能请求.md 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.