Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wknoben authored Jul 8, 2023
2 parents e0ccdf7 + fa9adf8 commit 51bf7ae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Make sure all the relevant boxes are checked (and only check the box if you actually completed the step):

- [ ] closes #xxx (identify the issue associated with this PR)
- [ ] tests passed
- [ ] new tests added
- [ ] science test figures
- [ ] checked that the new code conforms to the [SUMMA coding conventions](https://github.com/NCAR/summa/blob/master/docs/howto/summa_coding_conventions.md)
- [ ] Describe the change in the release notes (use `./summa/docs/whats-new.md`)
- [ ] Closes #xxx (identify the issue associated with this PR)
- [ ] Code passes standard test cases (results are either bit-for-bit identical, or differences are explained in the PR comment)
- [ ] New tests added (describe which tests were performed to test the changes)
- [ ] Science test figures (add figures to PR comment and describe the tests)
- [ ] Checked that the new code conforms to the [SUMMA coding conventions](https://github.com/NCAR/summa/blob/master/docs/howto/summa_coding_conventions.md)
- [ ] Describe the change in the release notes (use `./summa/docs/whats-new.md`)
14 changes: 14 additions & 0 deletions docs/minor-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Minor changes

This page provides simple, high-level documentation about what has changed in each new release of SUMMA.

Documented here are minor changes that do not affect science outputs or are likely to affect only a minority of users:
- Minor bugfixes
- Correction of misspellings
- Changes to formatting
- Addition of print statements
- Etc.

## Version 3.0.4 (pre-release)

- [placeholder]
1 change: 0 additions & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# What's new

This page provides simple, high-level documentation about what has changed in each new release of SUMMA. Please add any changes made in pull requests to under the `Pre-release` header. Use `Minor changes` for changes that do not affect science outputs or are likely to affect only a minority of users. Use `Major changes` for anything else.

## Pre-release
Expand Down

0 comments on commit 51bf7ae

Please sign in to comment.