From ba7b0c587fbb6051e2632dd4e1a82183e3a1654e Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Thu, 1 Dec 2022 12:20:06 +0100 Subject: [PATCH] add initial pull request template for github Signed-off-by: Marcel Hibbe --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 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..b8cc8c1de --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +### 🖼️ Screenshots + +🏚️ Before | 🏡 After +---|--- +B | A + + +### 🚧 TODO + +- [ ] ... + +### 🏁 Checklist + +- [ ] ⛑️ Tests (unit and/or integration) are included or not needed +- [ ] 🔖 Capability is checked or not needed +- [ ] 🔙 Backport requests are created or not needed: `/backport to stable-xx.x` +- [ ] 📅 Milestone is set +- [ ] 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?) \ No newline at end of file