From 722b488795881eccd1c46587b1a2970405eae6fc Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Wed, 25 Sep 2019 05:34:02 +0800 Subject: [PATCH 1/4] Adds templates (#701) * Create feature_request.md * Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..67aa227cb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,12 @@ +--- +name: Bug report +about: Create a report to help fix the issue. +--- + +[Platform]: # (Android/iOS/Mac/Windows/Linux/Web) + +[Build]: # (The build number in the bottom left corner of main menu) + +[Issue]: # (Explain your issue in detail, possibly including the steps to reproduce it.) + +[Notes]: # (Other notes.) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..851ead6abc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,7 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +Do not make a new issue about feature request. Instead, put your feature request on #545 From 34896a805ee1fe2bcd10e088b02640de1ea93fd4 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Sep 2019 17:35:10 -0400 Subject: [PATCH 2/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 67aa227cb2..2b46936f2e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,11 @@ --- name: Bug report -about: Create a report to help fix the issue. +about: Create a report to help fix an issue. --- [Platform]: # (Android/iOS/Mac/Windows/Linux/Web) -[Build]: # (The build number in the bottom left corner of main menu) +[Build]: # (The build number under the title in the main menu. Required.) [Issue]: # (Explain your issue in detail, possibly including the steps to reproduce it.) From 20c5aadefeab145f8488c6d0ab4b0d2e5834543d Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Sep 2019 17:35:38 -0400 Subject: [PATCH 3/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 851ead6abc..749d07ab94 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,4 +4,4 @@ about: Suggest an idea for this project --- -Do not make a new issue about feature request. Instead, put your feature request on #545 +Do not make a new issue for feature request. Instead, post your feature request in #545. From 9add64ae8d854661936b1b98636dad1adec75664 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Sep 2019 17:35:50 -0400 Subject: [PATCH 4/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 749d07ab94..9185b77882 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,4 +4,4 @@ about: Suggest an idea for this project --- -Do not make a new issue for feature request. Instead, post your feature request in #545. +Do not make a new issue for feature requests. Instead, post it in #545.