diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6a56724 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +### What is the change? + + +### What does it fix/add? + + +### How was it tested? + + +## Submissions guide: +- [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/dheerajkotwani/NewsUp/pulls) for the same update/change? +- [ ] Have you made corresponding changes to the documentation? +- [ ] Your submission doesn't break any existing feature. +- [ ] Have you lint your code locally prior to submission? + +### Screenshots (if appropriate):