From 3616e1464644c23888f4e0c0c1d3ec75709c95b2 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Tue, 7 May 2024 09:14:43 +0200 Subject: [PATCH] Fix broken link to contribution guidelines in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 621b0f93..72624dc3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ **Description** -- [ ] I have read the [contribution guidelines](../CONTRIBUTING.md) +- [ ] I have read the [contribution guidelines](https://github.com/NLeSC/python-template/blob/main/CONTRIBUTING.md) - [ ] This update is in line with what is recommended in the [Python chapter of the Guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python) - [ ] All user facing changes have been added to CHANGELOG.md