Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26c6e0d

Browse files
authored
Merge pull request #29186 from meeseeksmachine/auto-backport-of-pr-28335-on-v3.10.x
Backport PR #28335 on branch v3.10.x (DOC: do not posting LLM output as your own work)
2 parents 82f7254 + a0462e2 commit 26c6e0d

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ body:
1515
attributes:
1616
label: Code for reproduction
1717
description: >-
18-
If possible, please provide a minimum self-contained example.
18+
If possible, please provide a minimum self-contained example. If you
19+
have used generative AI as an aid see
20+
https://dev.matplotlib.org/devel/contributing.html#generative_ai.
1921
placeholder: Paste your code here. This field is automatically formatted as Python code.
2022
render: Python
2123
validations:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ out the development guide https://matplotlib.org/devdocs/devel/index.html
1313
Additionally, please summarize the changes in the title, for example "Raise ValueError on
1414
non-numeric input to set_xlim" and avoid non-descriptive titles such as "Addresses
1515
issue #8576".
16+
17+
If possible, please provide a minimum self-contained example. If you have used
18+
generative AI as an aid in preparing this PR, see
19+
https://dev.matplotlib.org/devel/contributing.html#generative_ai.
20+
1621
-->
1722

1823

doc/devel/contribute.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,21 @@ please cite us following the :doc:`/project/citing` guidelines.
183183
If you have developed an extension to Matplotlib, please consider adding it to our
184184
`third party package <https://github.com/matplotlib/mpl-third-party>`_ list.
185185

186+
187+
.. _generative_ai:
188+
189+
190+
Restrictions on Generative AI Usage
191+
===================================
192+
193+
We expect authentic engagement in our community. Be wary of posting output
194+
from Large Language Models or similar generative AI as comments on GitHub or
195+
our discourse server, as such comments tend to be formulaic and low content.
196+
If you use generative AI tools as an aid in developing code or documentation
197+
changes, ensure that you fully understand the proposed changes and can explain
198+
why they are the correct approach and an improvement to the current state.
199+
200+
186201
.. _new_contributors:
187202

188203
New contributors

0 commit comments

Comments
 (0)