From fe1a9d8534140796c20d124834db725ae039b20b Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 4 Jun 2023 19:17:21 +0200 Subject: [PATCH] Update pull request template to add notes on changes (#2168) --- .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 e4cccaba3..be395d541 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,3 +10,4 @@ Given this is a project maintained by volunteers, please read this template to n - [ ] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) - [ ] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [ ] I've updated the documentation accordingly. +- [ ] I've added a note on the `docs/release-notes.md` about my changes (changes on documentation or type annotations don't need this).