File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 :
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
1313Additionally, please summarize the changes in the title, for example "Raise ValueError on
1414non-numeric input to set_xlim" and avoid non-descriptive titles such as "Addresses
1515issue #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
Original file line number Diff line number Diff line change @@ -183,6 +183,21 @@ please cite us following the :doc:`/project/citing` guidelines.
183183If 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
188203New contributors
You can’t perform that action at this time.
0 commit comments