We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe034e commit 408324dCopy full SHA for 408324d
1 file changed
README.md
@@ -14,7 +14,7 @@ Use this [Copier](https://copier.readthedocs.io) template to generate an empty P
14
- [README.md](template/README.md.jinja) for package users,
15
- [README.dev.md](template/README.dev.md.jinja) for package developer,
16
- [project_setup.md](template/project_setup.md.jinja) with extensive documentation about project setup,
17
- - [Change log](template/CHANGELOG.md),
+ - [Change log](template/%7B%25%20if%20AddChangeLog%20%25%7DCHANGELOG.md%7B%25%20endif%20%25%7D),
18
- [Code of Conduct](template/CODE_OF_CONDUCT.md.jinja),
19
- [Contributing guidelines](template/CONTRIBUTING.md.jinja),
20
- Continuous code quality and code coverage reporting using [Sonarcloud](https://sonarcloud.io/),
0 commit comments