From a9ab845dd9630b1b8d3a0d76033c11e58c1859ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Thu, 10 Sep 2026 01:05:26 +0200 Subject: [PATCH] Fix link to style_checks.yaml in contributors guide --- doc/contributing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/contributing.md b/doc/contributing.md index d3e91d1f29d..6d70a141530 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -132,8 +132,9 @@ our tests. This way, the *main* branch is always stable. * How to write and submit a PR - Use underscores, not hyphens, in the names of all files and directories, as per [PEP8](https://www.python.org/dev/peps/pep-0008/) for Python (\*.py) files. A few - exceptions are allowed (e.g., `.pre-commit-config.yaml`) and are listed - in the [style checks](.github/workflows/style_checks.yaml) workflow. + exceptions are allowed (e.g., `.pre-commit-config.yaml`) and are listed in the + [style checks](https://github.com/GenericMappingTools/pygmt/blob/main/.github/workflows/style_checks.yaml) + workflow. - Describe what your PR changes and *why* this is a good thing. Be as specific as you can. The PR description is how we keep track of the changes made to the project over time.