Skip to content

Commit

Permalink
chore: add pull request template (#455)
Browse files Browse the repository at this point in the history
* chore: add pull request template

Adds pull request template to automatically fill out the PR body.

Related to https://linear.app/prefect/issue/PLA-1114/implement-pr-hygiene-improvements

* Mention labels

* Mention title and body reqs

* Mention draft status
  • Loading branch information
mitchnielsen authored Feb 24, 2025
1 parent 414be6d commit a2c606b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Summary

<!-- Add a brief description of your change here -->

### Requirements

- [ ] [Contributing guide](https://github.com/PrefectHQ/prefect-helm/?tab=readme-ov-file#contributing) has been read
- [ ] Title follows the [conventional commits](https://www.conventionalcommits.org) format
- [ ] Body includes `Closes <issue>`, if available
- [ ] Added/modified configuration includes a descriptive comment for documentation generation
- [ ] Unit tests are added/updated
- [ ] Deprecation/removal checks are added in `templates/NOTES.txt`
- [ ] Relevant labels are added
- [ ] `Draft` status is used until ready for review

0 comments on commit a2c606b

Please sign in to comment.