diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-25 20:07:19 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-01-08 12:01:53 -0300 |
| commit | 4f580c465928df97407d74798ad72f2bb60a3e1d (patch) | |
| tree | e963605441a732d902b2721ca8c874c61e3815c8 /.github | |
| parent | 1717332ca2b39f28cd734e2c91a84bbdc0718b7e (diff) | |
Extended GitHub pull request template to require AI assistance disclosure.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/pull_request_template.md | 10 |
1 files changed, 9 insertions, 1 deletions
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 -<!-- Replace XXXXX with the corresponding Trac ticket number, or delete the line and write "N/A" if this is a trivial PR. --> +<!-- Replace XXXXX with the corresponding Trac ticket number. --> +<!-- Or delete the line and write "N/A" if this is a trivial PR. --> ticket-XXXXX #### Branch description Provide a concise overview of the issue or rationale behind the proposed changes. +#### AI Assistance Disclosure (REQUIRED) +<!-- Please select exactly ONE of the following: --> +- [ ] **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. <!-- Backports will be evaluated and done by mergers, when necessary. --> - [ ] 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. |
