diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6c43c1c99a..7efa2f1384 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,20 @@ #### Trac ticket number - + + ticket-XXXXX #### Branch description Provide a concise overview of the issue or rationale behind the proposed changes. +#### AI Assistance Disclosure (REQUIRED) + +- [ ] **No AI tools were used** in preparing this PR. +- [ ] **If AI tools were used**, I have disclosed which ones, and fully reviewed and verified their output. + #### Checklist +- [ ] This PR follows the [contribution guidelines](https://docs.djangoproject.com/en/stable/internals/contributing/writing-code/submitting-patches/). +- [ ] This PR **does not** disclose a security vulnerability (see [vulnerability reporting](https://docs.djangoproject.com/en/stable/internals/security/)). - [ ] This PR targets the `main` branch. - [ ] The commit message is written in past tense, mentions the ticket number, and ends with a period. - [ ] I have checked the "Has patch" ticket flag in the Trac system.