From 4ee789e15efa866b9fd3ba95e4bddb6b3294fe2d Mon Sep 17 00:00:00 2001 From: Connor Bernard Date: Tue, 20 Feb 2024 00:45:51 +0000 Subject: [PATCH] chore: add pr template --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 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..03584b3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +# General Info + +- [Pivotal Tracker Story](https://www.pivotaltracker.com/story/show/########) +- [ ] Breaking? + +# Changes + +Explain your changes here (in such a way that you would understand why you made them a year from now). + +# Testing + +Explain how you tested your changes. If testing is not necessary, explain why. + +# Documentation + +Does this PR require documentation. If so, explain where it can be found. + +# Checklist + +- [ ] Name of branch corresponds to story