diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6ffe93c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: For reporting bugs +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Bug description:** + + +**Expected behavior:** + + +**Screenshots:** + + +**Additional information:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..178c8783 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: New feature or enhancement +title: '' +labels: '' +assignees: '' + +--- + +**AS A** *role or user type* +**I WANT** *the feature or functionality desired* +**SO THAT** *desired outcome or goal* + +### Acceptance Criteria + +- [ ] ...