From daaca13b564f5d899c2eff8b6e629fda1a6d98e3 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Thu, 5 Feb 2026 10:09:13 -0500 Subject: [PATCH] Add a PR template text Pre-fills the text box on new PRs with some instructions and reminders --- .../github/.github/pull_request_template.md.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/github/.github/pull_request_template.md.j2 diff --git a/templates/github/.github/pull_request_template.md.j2 b/templates/github/.github/pull_request_template.md.j2 new file mode 100644 index 00000000..684d1360 --- /dev/null +++ b/templates/github/.github/pull_request_template.md.j2 @@ -0,0 +1,15 @@ + + +### 📜 Checklist + +- [ ] Commits are cleanly separated with meaningful messages (simple features and bug fixes should be [squashed](https://pulpproject.org/pulpcore/docs/dev/guides/git/#rebasing-and-squashing) to one commit) +- [ ] A [changelog entry](https://pulpproject.org/pulpcore/docs/dev/guides/git/#changelog-update) or entries has been added for any significant changes +- [ ] Follows the [Pulp policy on AI Usage](https://pulpproject.org/help/more/governance/ai_policy/) +- [ ] (For new features) - User documentation and test coverage has been added + +See: [Pull Request Walkthrough](https://pulpproject.org/pulpcore/docs/dev/guides/pull-request-walkthrough/) \ No newline at end of file