File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Thank you so much for your PR! To help us review, fill out the form
2
2
to 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. -->
4
8
5
9
<!-- Provide a general summary of your changes in the title above, for
6
10
example "Raises ValueError on Non-Numeric Input to set_xlim". Please avoid
7
11
non-descriptive titles such as "Addresses issue #8576".-->
8
12
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.-->
13
13
14
14
## PR Summary
15
15
@@ -21,7 +21,7 @@ detail. Why is this change required? What problem does it solve?-->
21
21
## PR Checklist
22
22
23
23
- [ ] Has Pytest style unit tests
24
- - [ ] Code is PEP 8 compliant
24
+ - [ ] Code is PEP 8 compliant
25
25
- [ ] New features are documented, with examples if plot related
26
26
- [ ] Documentation is sphinx and numpydoc compliant
27
27
- [ ] 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 @@ -168,7 +168,12 @@ How to contribute
168
168
169
169
The preferred way to contribute to Matplotlib is to fork the `main
170
170
repository <https://github.com/matplotlib/matplotlib/> `__ on GitHub,
171
- then submit a "pull request" (PR):
171
+ then submit a "pull request" (PR).
172
+
173
+ The best practices for using GitHub to make PRs to Matplotlib are
174
+ documented in the :ref: `development-workflow ` section.
175
+
176
+ A brief overview is:
172
177
173
178
1. `Create an account <https://github.com/join >`_ on
174
179
GitHub if you do not already have one.
You can’t perform that action at this time.
0 commit comments