From e50233b435da497b4aa8b13f0d988f9c2fc350c6 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Sun, 26 Apr 2026 00:42:37 -0400 Subject: [PATCH] Add a pull request template closes #1002 --- .github/pull_request_template.md | 15 +++++++++++++++ CHANGES/1002.misc | 1 + 2 files changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 CHANGES/1002.misc diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4bee60fa --- /dev/null +++ b/.github/pull_request_template.md @@ -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/) diff --git a/CHANGES/1002.misc b/CHANGES/1002.misc new file mode 100644 index 00000000..d156c9e9 --- /dev/null +++ b/CHANGES/1002.misc @@ -0,0 +1 @@ +Add a pull request template