diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5113041 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## Description +Brief description of changes. + +Closes #(issue number) + +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Refactoring +- [ ] Other (describe): + +## Changes Made +- Change 1 +- Change 2 + +## Testing +How did you test these changes? + +## Checklist +- [ ] Linter passes with no errors +- [ ] Changes tested locally +- [ ] No new warnings or errors