diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fd6909a02c..073652480b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,65 +1,12 @@ - -### What changes were proposed in this pull request? - - - -### Why are the changes needed? - - -### Does this PR introduce _any_ user-facing change? - - - -### How was this patch tested? - - -### CHANGELOG.md - +## Checklist +- [ ] ๐Ÿ›ก๏ธ Don't disclose security issues! (contact security@apache.org) +- [ ] ๐Ÿ”— Clearly explained why the changes are needed, or linked related issues: Fixes # +- [ ] ๐Ÿงช Added/updated tests with good coverage, or manually tested (and explained how) +- [ ] ๐Ÿ’ก Added comments for complex logic +- [ ] ๐Ÿงพ Updated `CHANGELOG.md` (if needed) +- [ ] ๐Ÿ“š Updated documentation in `site/content/in-dev/unreleased` (if needed)