添加issue模板

This commit is contained in:
johlanse 2022-08-21 19:21:45 +08:00
parent 8b61790b71
commit c95f311284
2 changed files with 22 additions and 1 deletions

View File

@ -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

15
.github/ISSUE_TEMPLATE/feat.md vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: 新功能提议
about: 提出新功能
title: ''
labels: feature request
assignees: ''
---
**环境信息**
<!-- 请尽量填写 -->
study_xxqg版本:
**需要添加的功能内容**
<!-- 请在这里详细描述新功能的实现方法 -->