Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7293157

Browse filesBrowse files
authored
Merge pull request #28335 from tacaswell/doc/llm_rule
DOC: do not posting LLM output as your own work
2 parents 96df509 + a8b5d80 commit 7293157
Copy full SHA for 7293157

File tree

3 files changed

+23
-1
lines changed
Filter options

3 files changed

+23
-1
lines changed

‎.github/ISSUE_TEMPLATE/bug_report.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-1Lines 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

Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+5Lines 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

Copy file name to clipboardExpand all lines: doc/devel/contribute.rst
+15Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.