From a8002f29e3fa2abd86609aa0e7fba065042749b7 Mon Sep 17 00:00:00 2001 From: DanielNoord Date: Fri, 18 Dec 2020 15:38:16 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 2 files changed, 37 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 0000000..e42ac53 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Please use this template to report bugs you might have found +title: '' +labels: Bug +assignees: '' + +--- + +**Describe the bug** +Please describe the bug and what you would have expected the mod to do + +**To Reproduce** +The steps needed to reproduce the behavior: +1. ... + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Save file** +``` +If applicable please copy your save file here +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..4daa125 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for CookieMonster +title: '' +labels: Enhancement +assignees: '' + +--- + +**Describe the function you'd like to see added to CookieMonster** +A clear and concise description of what you want to happen. + +**Additional files** +Add any other files such as save files or screenshots about the feature request here.