Skip to content

Commit ed02c20

Browse files
committed
doc: version pin reminder #292
1 parent ae950e1 commit ed02c20

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22

33
Please:
44

5-
- [ ] Make sure this PR is against "dev", not "main".
6-
- [ ] Request a review from one of the current epipredict main reviewers:
7-
dajmcdon.
8-
- [ ] Makes sure to bump the version number in `DESCRIPTION` and `NEWS.md`.
9-
Always increment the patch version number (the third number), unless you are
10-
making a release PR from dev to main, in which case increment the minor
11-
version number (the second number).
12-
- [ ] Describe changes made in NEWS.md, making sure breaking changes
13-
(backwards-incompatible changes to the documented interface) are noted.
14-
Collect the changes under the next release number (e.g. if you are on
15-
0.7.2, then write your changes under the 0.8 heading).
5+
- [ ] Make sure this PR is against "dev", not "main".
6+
- [ ] Request a review from one of the current epipredict main reviewers:
7+
dajmcdon.
8+
- [ ] Make sure to bump the version number in `DESCRIPTION` and `NEWS.md`.
9+
Always increment the patch version number (the third number), unless you are
10+
making a release PR from dev to main, in which case increment the minor
11+
version number (the second number).
12+
- [ ] Describe changes made in NEWS.md, making sure breaking changes
13+
(backwards-incompatible changes to the documented interface) are noted.
14+
Collect the changes under the next release number (e.g. if you are on
15+
0.7.2, then write your changes under the 0.8 heading).
16+
- [ ] Consider pinning the `epiprocess` version in the `DESCRIPTION` file if
17+
- You anticipate breaking changes in `epiprocess` soon
18+
- You want to co-develop features in `epipredict` and `epiprocess`
1619

1720
### Change explanations for reviewer
1821

1922
### Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch
2023

21-
- Resolves #{issue number}
24+
- Resolves #{issue number}

0 commit comments

Comments
 (0)