summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-03-05 09:20:07 -0300
committernessita <124304+nessita@users.noreply.github.com>2026-03-12 11:40:27 -0300
commit3180ddb3f532ef246d318d64225886b7c0593676 (patch)
tree7b44cfd06c4e3cd355628069e47c5e4f381d7001 /docs
parentb7c9c88111ddd4cc033355780398e2a24e156e38 (diff)
Discouraged automated AI reviews of pull requests.
Some contributors have been requesting Copilot reviews on pull requests submitted to the Django repository. These automated reviews add noise to the PR history, making it harder to follow the discussion, and Django does not incorporate them into its review process. This change discourages the practice by: - Adding a `copilot-instructions.md` file instructing Copilot to decline review requests in this repository. - Adding a checklist item to the PR template asking contributors not to request automated AI reviews for their PR. - Documenting the policy in the contributing guidelines.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/writing-code/submitting-patches.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt
index 6900045cc0..f0a41ea954 100644
--- a/docs/internals/contributing/writing-code/submitting-patches.txt
+++ b/docs/internals/contributing/writing-code/submitting-patches.txt
@@ -176,6 +176,16 @@ We align with similar policies adopted by other major open-source projects,
which have identified unverified AI-generated contributions as disruptive,
counterproductive, and a drain on limited maintainer time.
+Automated AI Reviews
+^^^^^^^^^^^^^^^^^^^^
+
+Do not request automated AI reviews (for example GitHub Copilot or similar
+tools) on pull requests submitted to the Django repository. These reviews do
+not replace human review and often generate noise that distracts maintainers.
+
+You are free to use such tools in your own fork before submitting a pull
+request to the Django repository.
+
Note for AI Tools
^^^^^^^^^^^^^^^^^