From a93e020cf75091698539bb76f78c35d5ee9bd28c Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:31:09 -0600 Subject: [PATCH] docs: add new pull request template --- .github/pull_request_template.md | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/pull_request_template.md 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