|
2 | 2 |
|
3 | 3 | Please:
|
4 | 4 |
|
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` |
16 | 19 |
|
17 | 20 | ### Change explanations for reviewer
|
18 | 21 |
|
19 | 22 | ### Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch
|
20 | 23 |
|
21 |
| -- Resolves #{issue number} |
| 24 | +- Resolves #{issue number} |
0 commit comments