Skip to content

Commit 2ef3657

Browse files
committed
Add link to template how-to guides in contributing.md
This links to the dev docs in the contributing guide
1 parent 528dc64 commit 2ef3657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/{% if git_platform=="github.com" %}.github{% endif %}/CONTRIBUTING.md.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ same or is improved by a pull request!
2323
It is recommended that developers use a [vscode devcontainer](https://code.visualstudio.com/docs/devcontainers/containers). This repository contains configuration to set up a containerized development environment that suits its own needs.
2424

2525
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
26-
The template's [Developer Guide](https://diamondlightsource.github.io/python-copier-template) contains detailed information on setting up a development environment, running the tests and what standards the code and documentation
27-
should follow.
26+
27+
For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/{{ _copier_answers._commit.split('-')[0] }}/how-to.html).

0 commit comments

Comments
 (0)