From 7826f97a136f2532ec566fbd9733f81d56855519 Mon Sep 17 00:00:00 2001 From: Aimee Barciauskas Date: Fri, 16 Feb 2018 13:29:26 -0500 Subject: [PATCH] Create PR template (#194) --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 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