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?