-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #251 from cmu-delphi/ds/version
repo+doc: follow version conventions from epiprocess
- Loading branch information
Showing
4 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Checklist | ||
|
||
Please: | ||
|
||
- [ ] Make sure this PR is against "dev", not "main". | ||
- [ ] Request a review from one of the current epiprocess main reviewers: | ||
brookslogan, nmdefries. | ||
- [ ] Makes sure to bump the version number in `DESCRIPTION` and `NEWS.md`. | ||
Always increment the patch version number (the third number), unless you are | ||
making a release PR from dev to main, in which case increment the minor | ||
version number (the second number). | ||
- [ ] Describe changes made in NEWS.md, making sure breaking changes | ||
(backwards-incompatible changes to the documented interface) are noted. | ||
Collect the changes under the next release number (e.g. if you are on | ||
1.7.2, then write your changes under the 1.8 heading). | ||
|
||
### Change explanations for reviewer | ||
|
||
### Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch | ||
|
||
- Resolves #{issue number} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters