Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea230e3

Browse files
committed
Remove early link to gitwash and place description in the see also
It's super easy to click on that link and then get bogged down in details rather than read the short guide that follows that paragraph.
1 parent 98971ac commit ea230e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/devel/contributing.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ The preferred way to contribute to Matplotlib is to fork the `main
101101
repository <https://github.com/matplotlib/matplotlib/>`__ on GitHub,
102102
then submit a "pull request" (PR).
103103

104-
The best practices for using GitHub to make PRs to Matplotlib are
105-
documented in the :ref:`development-workflow` section.
106-
107104
A brief overview is:
108105

109106
1. `Create an account <https://github.com/join>`_ on GitHub if you do not
@@ -144,7 +141,7 @@ Finally, go to the web page of your fork of the Matplotlib repo, and click
144141
* `Git documentation <https://git-scm.com/documentation>`_
145142
* `Git-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project>`_
146143
* `Introduction to GitHub <https://lab.github.com/githubtraining/introduction-to-github>`_
147-
* :ref:`development-workflow`
144+
* :ref:`development-workflow` for best practices for Matplotlib
148145
* :ref:`using-git`
149146

150147
Contributing pull requests

0 commit comments

Comments
 (0)