From a982f3d62e8fbfb34c80acd47c85beaa12697eb2 Mon Sep 17 00:00:00 2001 From: Parker Meyers <74273030+ParkerMeyers@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:03:15 -0400 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 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..d732548 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,42 @@ + + +## What type of PR is this? (check all applicable) + +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update + +## Description + +## Related Tickets & Documents + + + +- Related Issue # +- Closes # + +## QA Instructions, Screenshots, Recordings + +_Please replace this line with instructions or proof of how to test your changes, what +robot or device this has been tested on, (eg. comp bot, simuation, etc), as well as +any relavent images_ + +## [optional] Are there any post deployment tasks we need to perform?