diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..ba5244c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +## 💡 The problem + + + + +## 🔧 The solution + + + +## 💬 Additional notes + + + +## 💣 Breaking changes (if applicable) + + + + + +## ✅ Checklist + + + +- [ ] The PR title follows [Conventional Commits](https://www.conventionalcommits.org/) +- [ ] .github/README.md is updated if relevant +- [ ] Fixture app (`fixture/`) exercises the new behaviour, if applicable +- [ ] .github/workflows/ci.yml is updated with tests if relevant +- [ ] No secrets, project IDs or other sensitive values are hardcoded