You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Continuous code quality and code coverage reporting using [Sonarcloud](https://sonarcloud.io/),
21
21
- Automatic creation of [issues](template/.github/next_steps) with instructions how to pass all GitHub action workflows and integrate with services like Zenodo and Read the Docs,
22
-
- Instructions how to make package [citable](template/.github/next_steps/02_citation.md.jinja)
22
+
- Instructions how to make package [citable](.github/next_steps/%7B%25%20if%20AddCitation%20%25%7D02_citation.md%7B%25%20endif%20%25%7D.jinja)
23
23
- FAIR software recommendation badge,
24
24
- Optional [pre commit hook](template/README.dev.md.jinja#running-linters-locally) to catch lint errors early
Copy file name to clipboardExpand all lines: template/CONTRIBUTING.md.jinja
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ In case you feel like you've made a valuable contribution, but you don't know ho
47
47
48
48
To create a release you need write permission on the repository.
49
49
50
-
1. Check the author list in [`CITATION.cff`](CITATION.cff)
51
-
1. Bump the version using `bump-my-version bump <major|minor|patch>`. For example, `bump-my-version bump major` will increase major version numbers everywhere it's needed (code, meta, etc.) in the repo. Alternatively the version can be manually changed in {{ package_name }}/__init__.py, pyproject.toml, CITATION.cff and docs/conf.py (and other places it was possibly added).
50
+
{%ifAddCitation -%}1. Check the author list in [`CITATION.cff`](CITATION.cff){%- endif%}
51
+
1. Bump the version using `bump-my-version bump <major|minor|patch>`. For example, `bump-my-version bump major` will increase major version numbers everywhere it's needed (code, meta, etc.) in the repo. Alternatively the version can be manually changed in {{ package_name }}/__init__.py, pyproject.toml, {%ifAddCitation%}CITATION.cff{%- endif -%} and docs/conf.py (and other places it was possibly added).
52
52
{%ifAddChangeLog -%}
53
53
1. Update the `CHANGELOG.md` to include changes made
0 commit comments