diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..9391d52aff5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +**Summary:** Summary of changes + +Addresses [CUMULUS-XX: Develop amazing new feature](https://bugs.earthdata.nasa.gov/browse/CUMULUS-XXX) + +## Changes + +* Detailed list or prose of changes +* ... + +## Test Plan +Things that should succeed before merging. + +- [ ] Unit tests +- [ ] Adhoc testing + +Reviewers: @tag-your-friends