From 0cd438bbb4a296d87b9d1f4673ad077373dbde10 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Fri, 7 Aug 2026 11:00:39 -0400 Subject: [PATCH] docs: create pull request template Add a pull request template with sections for description, changes, testing, related issues, reviewer hints, self-review checklist, and DCO sign-off. Assisted-by: Claude Code (Anthropic) Signed-off-by: Jennifer Power --- .github/pull_request_template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..da00821 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,31 @@ + ## Description + + + + ## Changes + + + + ## Testing + + + + ## Related Issues + + + + ## Reviewer Hints + + + + --- + + ## Self-review checklist + + - [ ] This PR has content that was created with AI assistance. + - [ ] I have read and followed the [Generative AI Contribution Policy](https://www.linuxfoundation.org/legal/generative-ai). + - [ ] I have the experience and knowledge necessary to answer maintainer questions about the content of this PR without using AI. + + ## DCO Sign-off + + By submitting this PR I confirm my contribution is made under the terms of the Apache 2.0 license and I have signed off all commits with `Signed-off-by`.