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)
22
+
- Instructions how to make package [citable](template/.github/next_steps/02_citation.md.jinja)
23
23
- FAIR software recommendation badge,
24
-
- Optional [pre commit hook](template/README.dev.md#running-linters-locally) to catch lint errors early
24
+
- Optional [pre commit hook](template/README.dev.md.jinja#running-linters-locally) to catch lint errors early
| code_of_conduct_email |yourname@esciencecenter.nl| Email address of the person who should be contacted in case of violations of the Code of Conduct. |
93
93
94
94
Once the project files have been generated, follow the steps outlined in
95
-
[next_steps.md](template/next_steps.md).
95
+
[next_steps.md](template/next_steps.md.jinja).
96
96
97
97
#### Step 2/2: Read about what was just generated
98
98
@@ -152,7 +152,7 @@ Good job! You have now generated the skeleton for your package:
152
152
└── .zenodo.json
153
153
```
154
154
155
-
For an explanation of what's there, read on in the [project_setup.md](template/project_setup.md) file.
155
+
For an explanation of what's there, read on in the [project_setup.md](template/project_setup.md.jinja) file.
0 commit comments