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