Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## 💡 The problem

<!-- What problem is being solved? -->
<!-- Include relevant context such as jira ticket, issue link or slack thread-->

## 🔧 The solution

<!-- Short description of the changes that are being made -->

## 💬 Additional notes

<!-- Other thoughts, concerns or relevant links -->

## 💣 Breaking changes (if applicable)

<!-- Describe what breaks and how to migrate -->
<!-- ⚠️ A breaking change needs a new major version:
- the PR title must be `type!: ...`, or the description must contain a `BREAKING CHANGE: ...` footer
- without it, release-please only cuts a patch/minor and consumers get the change silently on the current major version -->
<!-- Remove the section if not relevant -->

## ✅ Checklist

<!-- Check off when the items are fulfilled -->

- [ ] 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
Loading