diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..7d9c6ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,12 @@ +--- +name: Bug report +about: Describe a bug within the app. +title: '' +labels: bug +assignees: '' + +--- + +## Bug description + +A clear and concise description of what the bug is, including how to reproduce it plus relevant screenshots. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..e8bad27 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,20 @@ +--- +name: Enhancement +about: New feature or enhancement for the project. +title: '' +labels: enhancement +assignees: '' + +--- + +## User stories + +- As a user... + +## Tasks + +- [ ] + +## Documentation + +-