File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- Thank you so much for your PR! To help us review, fill out the form
22to the best of your ability. Please make use of the development guide at
3- https://matplotlib.org/devdocs/devel/index.html-->
3+ https://matplotlib.org/devdocs/devel/index.html
4+
5+ For help with git and github workflow, please see https://matplotlib.org/devel/gitwash/development_workflow.html
6+
7+ Please do not create the PR out of master, but out of a separate branch. -->
48
59<!-- Provide a general summary of your changes in the title above, for
610example "Raises ValueError on Non-Numeric Input to set_xlim". Please avoid
711non-descriptive titles such as "Addresses issue #8576".-->
812
9- <!-- If you are able to do so, please do not create the
10- PR out of master, but out of a separate branch. See
11- https://matplotlib.org/devel/gitwash/development_workflow.html for
12- instructions.-->
1313
1414## PR Summary
1515
@@ -21,7 +21,7 @@ detail. Why is this change required? What problem does it solve?-->
2121## PR Checklist
2222
2323- [ ] Has Pytest style unit tests
24- - [ ] Code is PEP 8 compliant
24+ - [ ] Code is PEP 8 compliant
2525- [ ] New features are documented, with examples if plot related
2626- [ ] Documentation is sphinx and numpydoc compliant
2727- [ ] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
Original file line number Diff line number Diff line change @@ -155,7 +155,12 @@ How to contribute
155155
156156The preferred way to contribute to Matplotlib is to fork the `main
157157repository <https://github.com/matplotlib/matplotlib/> `__ on GitHub,
158- then submit a "pull request" (PR):
158+ then submit a "pull request" (PR).
159+
160+ The best practices for using GitHub to make PRs to Matplotlib are
161+ documented in the :ref: `development-workflow ` section.
162+
163+ A brief overview is:
159164
160165 1. `Create an account <https://github.com/join >`_ on
161166 GitHub if you do not already have one.
You can’t perform that action at this time.
0 commit comments