From 46132da8c29dc05242ae035203b478f8be325083 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 29 Mar 2022 15:40:06 +0200 Subject: [PATCH] chore: Add line about updating documentation to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 90d45b008..2dcf55cd3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,5 +18,6 @@ Before this pull request can be merged, a core maintainer will check whether - semver.major: Breaking changes. This includes changing interfaces or configuration behaviour. * [ ] the correct branch is targeted. Patch updates can target main, other changes should target the latest versions/* branch. * [ ] the RELEASE_NOTES.md document in case of relevant feature or config changes. + * [ ] any relevant documentation was updated to reflect the changes in this PR.