Merge pull request #446 from Aktanusa/issue-templates
Update issue templates
This commit is contained in:
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -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
|
||||||
|
```
|
||||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user