Skip to content

Commit e73fbdd

Browse files
committed
updated PR template
1 parent 372c3fb commit e73fbdd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Make sure all the relevant boxes are checked (and only check the box if you actually completed the step):
22

3-
- [ ] closes #xxx (identify the issue associated with this PR)
4-
- [ ] tests passed
5-
- [ ] new tests added
6-
- [ ] science test figures
7-
- [ ] checked that the new code conforms to the [SUMMA coding conventions](https://github.com/NCAR/summa/blob/master/docs/howto/summa_coding_conventions.md)
8-
- [ ] ReleaseNotes entry
3+
- [ ] Closes #xxx (identify the issue associated with this PR)
4+
- [ ] Code passes standard test cases (results are either bit-for-bit identical, or differences are explained in the PR comment)
5+
- [ ] New tests added (describe which tests were performed to test the changes)
6+
- [ ] Science test figures (add figures to PR comment and describe the tests)
7+
- [ ] Checked that the new code conforms to the [SUMMA coding conventions](https://github.com/NCAR/summa/blob/master/docs/howto/summa_coding_conventions.md)
8+
- [ ] Describe the change in the release notes (found here: `./summa/docs/whats-new.md`)

0 commit comments

Comments
 (0)