File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 13
13
Pull request guidelines
14
14
***********************
15
15
16
- `Pull requests (PRs) on GitHub <https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests >`__
16
+ `Pull requests (PRs) on GitHub
17
+ <https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests> `__
17
18
are the mechanism for contributing to Matplotlib's code and documentation.
18
19
19
20
It is recommended to check that your contribution complies with the following
@@ -24,7 +25,8 @@ rules before submitting a pull request:
24
25
in the pull request description to ensure that a link is created to the
25
26
original issue (e.g. "Closes #8869" or "Fixes #8869"). This will ensure the
26
27
original issue mentioned is automatically closed when your PR is merged. See
27
- `the GitHub documentation <https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue >`__
28
+ `the GitHub documentation
29
+ <https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue> `__
28
30
for more details.
29
31
30
32
* Formatting should follow the recommendations of PEP8 _, as enforced by
@@ -85,7 +87,7 @@ rules before submitting a pull request:
85
87
.. note ::
86
88
87
89
The current state of the Matplotlib code base is not compliant with all
88
- of those guidelines, but we expect that enforcing those constraints on all
90
+ of these guidelines, but we expect that enforcing these constraints on all
89
91
new contributions will move the overall code base quality in the right
90
92
direction.
91
93
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Change into this directory before continuing::
59
59
For more information on ``git `` and ``GitHub ``, check the following resources.
60
60
61
61
* `Git documentation <https://git-scm.com/doc >`_
62
- * `Git -Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project >`_
62
+ * `GitHub -Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project >`_
63
63
* `Introduction to GitHub <https://lab.github.com/githubtraining/introduction-to-github >`_
64
64
* :ref: `using-git `
65
65
* :ref: `git-resources `
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ why you did it, we recommend the following:
21
21
``bugfix-for-issue-14 `` or ``refactor-database-code ``.
22
22
* If you get stuck, reach out on Gitter or
23
23
`discourse <https://discourse.matplotlib.org >`__.
24
- * When your ready or need feedback on your code, open a pull request so that the
24
+ * When you're ready or need feedback on your code, open a pull request so that the
25
25
Matplotlib developers can give feedback and eventually include your suggested
26
26
code into the ``main `` branch.
27
27
@@ -40,7 +40,7 @@ Update the ``main`` branch
40
40
41
41
First make sure you have followed :ref: `installing_for_devs `.
42
42
43
- From time to time you should fetch the upstream changes from github ::
43
+ From time to time you should fetch the upstream changes from GitHub ::
44
44
45
45
git fetch upstream
46
46
You can’t perform that action at this time.
0 commit comments