File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 15
15
attributes :
16
16
label : Code for reproduction
17
17
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.
19
21
placeholder : Paste your code here. This field is automatically formatted as Python code.
20
22
render : Python
21
23
validations :
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ out the development guide https://matplotlib.org/devdocs/devel/index.html
13
13
Additionally, please summarize the changes in the title, for example "Raise ValueError on
14
14
non-numeric input to set_xlim" and avoid non-descriptive titles such as "Addresses
15
15
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
+
16
21
-->
17
22
18
23
Original file line number Diff line number Diff line change @@ -183,6 +183,21 @@ please cite us following the :doc:`/project/citing` guidelines.
183
183
If you have developed an extension to Matplotlib, please consider adding it to our
184
184
`third party package <https://github.com/matplotlib/mpl-third-party >`_ list.
185
185
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
+
186
201
.. _new_contributors :
187
202
188
203
New contributors
You can’t perform that action at this time.
0 commit comments