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`.