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.