diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c7e35bf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,60 @@ + + +# + +## Summary of Pull Request + + + +## Type of Pull Request + + + +- [ ] This is a bugfix. `type/bug` +- [ ] This is an enhancement or feature. `type/feature` or `type/enhancement` +- [ ] This is a documentation update. `type/docs` +- [ ] This is a refactoring update. `type/refactor` +- [ ] This is a chore. `type/chore` +- [ ] This is something else. + Please describe: + +## Related to Existing Issues + + + +Issue Number: N/A + +## Test and Documentation Coverage + + + +- [ ] Tests have been completed. +- [ ] Documentation has been added or updated. + +## Breaking Changes? + + + +- [ ] Yes, there are breaking changes. +- [ ] No, there are no breaking changes. + + \ No newline at end of file