diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d745a6ff..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,68 +0,0 @@ - - -## Description - -_Please replace this line with a brief description of the changes made._ - -## What type of PR is this? (check all applicable) - -- [ ] Refactor -- [ ] Feature -- [ ] Bug Fix -- [ ] Optimization -- [ ] Documentation Update - -## Related Tickets & Documents - - -- Closes # - -## QA Instructions, Screenshots, Recordings - - -### Before - -_Before screenshot here_ - -### After - -_After screenshot here_ - -## Added/updated tests? -_We encourage you to keep the code coverage percentage at 80% and above._ - -- [ ] Yes -- [ ] No, and this is why: _Please replace this line with details on why tests have not been included_ -- [ ] I need help with writing tests - -## QA sign off -- [ ] Code has been checked and approved -- [ ] Design has been checked and approved -- [ ] Product and business logic has been checked and proved - -## [optional] Are there any post-deployment tasks we need to perform? - -## [optional] Are there any dependencies on other PRs or Work?