diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..f4bd13db243 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## Description + +_What problem does this PR solve, why is it needed, and how did you solve it? Link any related issues._ + +## Testing + +_How did you verify this change? Are there any sharp edges that you're unsure about?_ + +## LLM Assistance Disclosure + +_Per the [Contribution overview — LLM Assistance Notice](https://www.pantsbuild.org/stable/docs/contributions#llm-assistance-notice), disclose any use of AI/LLM assistance in writing, introspecting, reading, reasoning about, debugging, or testing this change._ + + + +## Release notes + +_If this change needs release notes, add or update entries under `docs/notes/`. Otherwise, a maintainer can label the PR with `release-notes:not-required`._