From 54955bcb28fdb53305112c5ac85cadbaf9ede978 Mon Sep 17 00:00:00 2001 From: Ben Andre Date: Tue, 12 Apr 2016 08:28:10 -0600 Subject: [PATCH] Add github pull request template Fixes: none User interface changes?: Yes, on github only. Code review: n/a Testing: none, no code changes. --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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 0000000000..b65bb12469 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +[ 50 character, one line summary ] + +[ Description of the changes in this commit. It should be enough + information for someone not following this development to understand. + Lines should be wrapped at about 72 characters. ] + +Fixes: [NGT-ED Github issue #] + +User interface changes?: [Yes (describe what changes), No] + +Code review: [Names] + +Test suite: [suite name, machine, compilers] +Test baseline: [changeset id] +Test namelist changes: +Test answer changes: [bit for bit, roundoff, climate changing] + +Test summary: [Remove 'PASS' fields]