From 18d9b630e411fe9e8bcd1995dcd583303c2748ff Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Sun, 4 Sep 2022 22:33:11 +0200 Subject: [PATCH] create pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..f68fd3e79 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +*Descriptive summary of your bugfix, feature, or refactoring.* + +## Checklist +- [ ] Sensible git history (for example, squash "typo" or "fix" commits): See the + [Rewriting History](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History) guide for + help. +- [ ] Update the changelog (if necessary)