diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..1f0fddb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,23 @@ +--- +name: Bug +about: Create a report to help us improve +labels: bug +--- + +### Description: + + + +### Steps to reproduce: + +1. +2. +3. + +### Expected behavior: + + + +### Actual behavior: + + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..d31d5ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,18 @@ +--- +name: Feature +about: Create a feature request +labels: enhancement +--- + +As a developer + +**I need to**: + +**So That**: + +**Acceptance Criteria** + +- [ ] TODO 1 +- [ ] TODO 2 +- [ ] TODO 3 + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..cdfb8c3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +### Brief Title + +### Acceptance Criteria fulfillment + +- [ ] Task 1 +- [ ] Task 2 +- [ ] Task 3 + +Fixes # (issue) + +### Video/Screenshots + +### PR Test Details + +