From b29482927c257f3d742c30fd5f0c0ee047aeff95 Mon Sep 17 00:00:00 2001 From: LamGC Date: Thu, 4 Jun 2020 10:47:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[Add]=20Bug=5FReport.md=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0Bug=E5=8F=8D=E9=A6=88=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.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_Report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md new file mode 100644 index 0000000..df79d08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -0,0 +1,21 @@ +--- +name: Bug Report +about: Use this template to feedback bugs. +--- +## Environmental information ## +OS(e.g: Windows 10 1909): +Java(e.g: Oracle Jdk 8.242): +Issue version(versionTag or commitId): + +## Problem description ## +// Describe the problem in as much detail as possible here + +## Expected behavior ## +// What will this function do under normal circumstances? + +## Actual behavior ## +// But what does this feature actually look like? + +## Recurrence steps ## +// What can we do to recreate this situation? +1. From 7fbdf28ec85b60478b5df868890efbb3f1c257f3 Mon Sep 17 00:00:00 2001 From: LamGC Date: Thu, 4 Jun 2020 10:50:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[Update]=20Bug=5FReport.md=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=A0=87=E7=AD=BE;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/Bug_Report.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index df79d08..939591d 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -1,7 +1,12 @@ --- name: Bug Report about: Use this template to feedback bugs. +title: '' +labels: bug +assignees: '' + --- + ## Environmental information ## OS(e.g: Windows 10 1909): Java(e.g: Oracle Jdk 8.242): @@ -18,4 +23,4 @@ Issue version(versionTag or commitId): ## Recurrence steps ## // What can we do to recreate this situation? -1. +1.