diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..05e01b840 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,36 @@ +--- +name: Bug +about: Create a report to help us improve +labels: bug +--- + +### Description: + + + +### Steps to reproduce: + +1. +2. +3. + +### Expected behavior: + + + +### Actual behavior: + + + +### Server Setup Information: + + + + +- Operating System: +- Deployment Method: + + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..fc8cd1aaa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,23 @@ +--- +name: Feature +about: Create a feature request +labels: enhancement +--- + + +## Why do we need this ? + + + +## Acceptance Criteria + + + +- [ ] TODO 1 +- [ ] TODO 2 +- [ ] TODO 3 + +## Further Comments / References + + + \ No newline at end of file