From ef349f82c9d056c0ece5474d5b64249675cd1940 Mon Sep 17 00:00:00 2001 From: Michiel Date: Mon, 22 Jun 2026 13:14:35 +0200 Subject: [PATCH] docs: fix link reference for pull request template (#3806) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53ffe259..c8922842 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,10 +165,10 @@ A good commit message should describe what changed and why. ### Opening the Pull Request From within GitHub, opening a new Pull Request will present you with a -[template] that should be filled out. Please try to do your best at filling out +[template][pr_template] that should be filled out. Please try to do your best at filling out the details, but feel free to skip parts if you're not sure what to put. -[template]: .github/PULL_REQUEST_TEMPLATE.md +[pr_template]: .github/PULL_REQUEST_TEMPLATE.md ### Discuss and update