From c95f311284f3d4c7b96e9f1fd757cd2adf30d644 Mon Sep 17 00:00:00 2001 From: johlanse Date: Sun, 21 Aug 2022 19:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0issue=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++++- .github/ISSUE_TEMPLATE/feat.md | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feat.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 780fbb1..47d3ca6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,6 @@ body: ### ❗ | 确定没有相同问题的ISSUE已被提出. ### 🌎| 请准确填写环境信息 ### ❔ | 打开DEBUG模式复现,并提供出现问题前后至少 10 秒的完整日志内容。请自行删除日志内存在的个人信息及敏感内容。 - ### ⚠ | 如果涉及内存泄漏/CPU占用异常请打开DEBUG模式并下载pprof性能分析. ## 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》 链接: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md) @@ -128,6 +127,13 @@ body: label: 日志记录(可选) render: golang + # Optional | Config + - type: textarea + id: config + attributes: + label: 配置信息(可选) + render: yaml + # Optional | Extra description - type: textarea id: extra-desc diff --git a/.github/ISSUE_TEMPLATE/feat.md b/.github/ISSUE_TEMPLATE/feat.md new file mode 100644 index 0000000..0a1c1b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feat.md @@ -0,0 +1,15 @@ +--- +name: 新功能提议 +about: 提出新功能 +title: '' +labels: feature request +assignees: '' + +--- + +**环境信息** + +study_xxqg版本: + +**需要添加的功能内容** + \ No newline at end of file