Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis authored Dec 6, 2024
1 parent 6313212 commit 636707d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ PR checklist:
- [ ] The BibTex key used for the citation is _identical_ to that in the corresponding package in the community archive.
- [ ] The DOI in the BibTex file is _identical_ to the one used in the corresponding package in the comunity archive.
- [ ] `Country` information is also present in the `Country_ISO` column.
- [ ] Add any additional contributors to `POSEIDON.yml`

Once the Pull Request has passed the review process, ensure the package version is bumped once more before publishing with:

```
trident rectify -d <package_dir> --logText 'Bump version for release' --packageVersionMajor --checksumAll
trident rectify -d <package_dir> --logText 'Bump version for release' --packageVersion Major --checksumAll
```

0 comments on commit 636707d

Please sign in to comment.