From 9a2db742b6bf9bdfa517e71df3c1894ae280a79f Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sat, 28 May 2022 16:19:18 +0800 Subject: =?UTF-8?q?=E2=9C=A8=20=E6=96=B0=E5=A2=9E=20Issue=20=E6=A8=A1?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/----------bug-report.md | 33 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/-------feature-request.md | 22 +++++++++++++++ .../ISSUE_TEMPLATE/-------question-consulting.md | 14 +++++++++ 3 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----------bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/-------feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/-------question-consulting.md (limited to '.github') 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** +你可以在此添加其它说明. -- cgit v1.2.3