From a110ea40ea59f4d820511e3b5b5bc8d4b8922615 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Fri, 26 Jun 2026 16:31:19 +0200 Subject: [PATCH] update PR template to refer to typo discussion thread --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eaec464..47ba17f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ Please start with a GitHub Discussion. Once a team member asks you to open a PR, create it and link the discussion here. -Obvious typo fixes can be made in a PR without starting a discussion. +Typo and link fixes should be reported in the pinned Discussion thread "✏️ Report typo and link fixes". Please do not PR these yourself. --> Discussion: @@ -27,7 +27,7 @@ Discussion: ## Checklist -- [ ] This PR is an obvious typo fix, or it links to a GitHub Discussion for the proposed code change. +- [ ] This PR links to a GitHub Discussion for the proposed code change. - [ ] I added tests for the change. - [ ] The new or updated tests fail on the main branch and pass on this PR. - [ ] Coverage stays at 100%.