Skip to content

Commit

Permalink
add pull request template for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Nov 21, 2024
1 parent 335aa03 commit 29fb18c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Next release

## Description of important changes

... Add here ...

## Checklist for next release

- [ ] finish your development and merge it into the `develop` branch
- [ ] update documentation
- [ ] update / fix tests
- [ ] bump version numbers (in files `aiida_kkr/__init__.py`, `pyproject.toml`, `.bumpversion.cfg`)

If everything is done, you can merge your changes from `develop` back into `master` and create a tag for the new version number. Creating a new tag always triggers publication to pypi (see `.github/workflows/cd.yml` for the definition of this github action).

0 comments on commit 29fb18c

Please sign in to comment.