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
-[Default Github actions]({{cookiecutter.project_name}}/.github/workflows) for building, testingand deployment
14
-
- Code style checking,
13
+
-Continuous integration with [GitHub action workflows]({{cookiecutter.project_name}}/.github/workflows) for building, testing, link checking and linting,
14
+
- Code style checking with [prospector](https://pypi.org/project/prospector/),
- Miscellaneous files, such as [Change log]({{cookiecutter.project_name}}/CHANGELOG.md), [Code of Conduct]({{cookiecutter.project_name}}/CODE_OF_CONDUCT.md), and [Contributing guidelines]({{cookiecutter.project_name}}/CONTRIBUTING.md),
17
-
- A [README]({{cookiecutter.project_name}}/README.md) and [a separate document]({{cookiecutter.project_name}}/project_setup.md) with extensive documentation about project setup.
18
-
- Continuous code quality and code coverage reporting using [Sonarcloud](https://sonarcloud.io/)
16
+
- Usage and contribution documents:
17
+
-[README.md]({{cookiecutter.project_name}}/README.md) for package users,
18
+
-[README.dev.md]({{cookiecutter.project_name}}/README.dev.md) for package developer,
19
+
-[project_setup.md]({{cookiecutter.project_name}}/project_setup.md) with extensive documentation about project setup,
- Continuous code quality and code coverage reporting using [Sonarcloud](https://sonarcloud.io/),
24
+
- Automatic creation of [issues]({{cookiecutter.project_name}}/.github/next_steps) with instructions how to pass all GitHub action workflows and integrate with services like Zenodo and Read the Docs,
25
+
- Instructions how to make package [citable]({{cookiecutter.project_name}}/.github/next_steps/04_citation.md)
26
+
- FAIR software recommendation badge,
27
+
- Optional [pre commit hook](https://github.com/NLeSC/python-template/blob/main/%7B%7Bcookiecutter.project_name%7D%7D/README.dev.md#running-linters-locally) to catch lint errors early
0 commit comments