diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..2b46936f2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,12 @@ +--- +name: Bug report +about: Create a report to help fix an issue. +--- + +[Platform]: # (Android/iOS/Mac/Windows/Linux/Web) + +[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.) + +[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..9185b77882 --- /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 for feature requests. Instead, post it in #545.