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
21 changes: 3 additions & 18 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
... a description that explains what, why, and how ...

## 🎩 Instructions

<someone> please :tophat::

1. ...
2. ...
3. ...

## PR Checklist

- [ ] Important or complicated code is tested
- [ ] Any user facing changes are documented (changelog section below)
- [ ] Any app Problems are added to the problem finders
- [ ] Any app data that needs a redeploy to take effect is listed in the `contentHash` functions
- [ ] Important or complicated production behaviour has traces and logs added

## Changelog

If this PR will affect change user-facing behaviour, add detailed information about the change here to prompt an AI generated changelog entry.

If no changelog is required, write `no-changelog-required` in square brackets `[]`.
- [ ] Any user facing changes are documented in the Gadget-side changelog
- [ ] Any immediate changes are slated for release in Gadget via a generated package dependency bump
- [ ] Versions within this monorepo are matching and there's a valid upgrade path