8000 ENH Improving the contribution guidelines by NelleV · Pull Request #7236 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

ENH Improving the contribution guidelines #7236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 2, 2016
Merged
Prev Previous commit
Next Next commit
FIX typo
  • Loading branch information
NelleV committed Oct 29, 2016
commit 085844ac6941cd1db8b448125e75c526bcdf8db2
4 changes: 2 additions & 2 deletions doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ How to contribute
-----------------

The preferred way to contribute to matplotlib is to fork the `main
repository <https://github.com/matplotlib/matplibtl/>`__ on GitHub,
repository <https://github.com/matplotlib/matplotlib/>`__ on GitHub,
then submit a "pull request" (PR):

1. `Create an account <https://github.com/join>`_ on
Expand Down Expand Up @@ -120,7 +120,7 @@ visibility.

If any of the above seems like magic to you, then look up the
`Git documentation <https://git-scm.com/documentation>`_ and our
`Git development workflow <gitwash/development_workflow>`_.
:ref:`development-workflow`.

Contributing pull requests
--------------------------
Expand Down
0