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] 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