From 1dc0d048a65de98fef0722595b69ee2ecf2f8af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Tue, 7 Jun 2022 18:03:59 +0200 Subject: [PATCH] Refine pull request template (#690) --- .github/pull_request_template.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5276ec1739..726804cea6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,22 @@ +## Why + + + Fixes # -Changes proposed in this pull request: +## What + + + +## Tests + + + +## Checklist + + +- [ ] `CHANGELOG.md` is updated. +- [ ] Documentation is updated. +- [ ] New features are covered by tests.