diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..49617b4 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,12 @@ +### Description + +### Task Breakdown: + +### Acceptance Criteria: + +### Additional Notes: + +### Priority +- [ ] Low +- [ ] Medium +- [ ] High diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..71ed376 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +### Problem +- _Describe the problem this PR solves_ + +### Solution +- _Describe the solution this PR implements_ + +### How To Test +- _Describe the steps required to test the changes_ + +### Fixes +- #(issue) +