diff options
author | Kyomotoi <[email protected]> | 2022-05-28 16:19:18 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-28 16:19:18 +0800 |
commit | 9a2db742b6bf9bdfa517e71df3c1894ae280a79f (patch) | |
tree | 2c9d7fa27f1c51aebf4ee90f02122cca29e7a58f /.github | |
parent | 14809a882011e298170be30646b3a6e300b7cfd5 (diff) | |
download | ATRI-9a2db742b6bf9bdfa517e71df3c1894ae280a79f.tar.gz ATRI-9a2db742b6bf9bdfa517e71df3c1894ae280a79f.tar.bz2 ATRI-9a2db742b6bf9bdfa517e71df3c1894ae280a79f.zip |
✨ 新增 Issue 模版
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/----------bug-report.md | 33 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/-------feature-request.md | 22 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/-------question-consulting.md | 14 |
3 files changed, 69 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/----------bug-report.md b/.github/ISSUE_TEMPLATE/----------bug-report.md new file mode 100644 index 0000000..2bbca4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----------bug-report.md @@ -0,0 +1,33 @@ +--- +name: 漏洞/错误报告 | Bug report +about: 提交在运行本项目时出现的问题,以便我们进行改进. +title: '' +labels: bug +assignees: Kyomotoi + +--- + +**描述错误 | Describe the bug** +请尽可能地使用简洁语言描述,以方便开发者快速定位重点. + +**如何复现 | To Reproduce** +告诉我们该错误是如何触发的: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**错误预期行为 | Expected behavior** +请尽可能地使用简洁语言描述,以方便开发者快速定位重点. + +**截图 | Screenshots** +可以的话,请提供相关截图. + +**操作环境 | Desktop:** + - OS: [e.g. Linux] + - Platform Info: [e.g. 2c2g 30g (2 core cpu 2g memories 30g storage)] + - ATRI Version: [e.g. YHN-001-A05.fix1] + - Runtime Area: [e.g. HongKong] + +**补充内容 | Additional context** +你可以在此添加其它说明,或向我们提供你的解决方案. diff --git a/.github/ISSUE_TEMPLATE/-------feature-request.md b/.github/ISSUE_TEMPLATE/-------feature-request.md new file mode 100644 index 0000000..9ecd370 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-------feature-request.md @@ -0,0 +1,22 @@ +--- +name: 功能需求 | Feature request +about: 向我们提供你的创意. +title: '' +labels: enhancement +assignees: Kyomotoi + +--- + +**描述你的大致想法 | Describe your idea** +请尽可能地使用简洁的语言,以便我们快速定位重点. + +**描述你想要的解决方案 | Describe the solution you'd like** +请尽可能地使用简洁的语言,以便我们快速定位重点. + +**操作环境 | Desktop:** + - OS: [e.g. Linux] + - Platform Info: [e.g. 2c2g 30g (2 core cpu 2g memories 30g storage)] + - Runtime Area: [e.g. HongKong] + +**补充内容 | Additional context** +你可以在此添加其它说明,或向我们提供你的解决方案. diff --git a/.github/ISSUE_TEMPLATE/-------question-consulting.md b/.github/ISSUE_TEMPLATE/-------question-consulting.md new file mode 100644 index 0000000..0d334a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-------question-consulting.md @@ -0,0 +1,14 @@ +--- +name: 问题咨询 | Question consulting +about: 描述你所困惑,我们很可能解答. +title: '' +labels: question +assignees: Kyomotoi + +--- + +**描述问题 | Describe the question** +请尽可能地使用简洁语言描述,以方便开发者快速定位重点. + +**补充内容 | Additional context** +你可以在此添加其它说明. |