From 7d383dfe3e752370307b36094c9b03acdd74a485 Mon Sep 17 00:00:00 2001 From: 0x10 Date: Sun, 13 Jan 2019 02:22:53 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/---request.md | 20 ++++++++++++++ .github/ISSUE_TEMPLATE/bug--.md | 40 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---request.md create mode 100644 .github/ISSUE_TEMPLATE/bug--.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/---request.md b/.github/ISSUE_TEMPLATE/---request.md new file mode 100644 index 0000000..141ac01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---request.md @@ -0,0 +1,20 @@ +--- +name: 新特性Request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**提出这个新功能的要求是不是因为在使用过程中遇到了问题?** +讲讲。 + +**说说你的看法** +简洁明了的描述一下你的设想。 + +**有没有备选方案呢?** +说说看。 + +**还有什么想说的?** +比如,截屏/简图? diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/bug--.md new file mode 100644 index 0000000..1be03ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug--.md @@ -0,0 +1,40 @@ +--- +name: Bug报告 +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**描述一下bug** +尽量简洁明了。 + +**如何重现这个bug呢?** +写一下步骤,如: +1. 打开软件 +2. 点了xxx +3. 又点了yyy +4. 出错了 + +**你觉得应该是怎样的?** +请讲。 + +**截屏** +尽量带截屏,以便我们更快了解情况。 + +**环境 (请填表):** + - 操作系统: [e.g. Win8] + - 读写器型号 [e.g. PN532] + - 连接线型号 [e.g. CH340G] + - 软件版本 [e.g. v1.5.0.0] + - 操作的卡片 [e.g. CUID卡] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.