From e588d9badd005522cddf611925b5538dfe7693ef Mon Sep 17 00:00:00 2001 From: Brian Munkholm Date: Sun, 9 Jul 2017 15:04:36 +0200 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 00000000..4be38326 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + + +## What, How & Why? + + + +Reference to the issue(s) addressed by this PR: # ??? + + + +## ☑️ ToDos + +* [ ] 📝 Changelog entry +* [ ] 🚦 Tests +* [ ] 📝 Public documentation PR created or is not necessary +* [ ] 💥 `Breaking` label has been applied or is not necessary