Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
d00c927
419ce52
0b9974c
085844a
9799d66
9547bc7
5a9f988
c97d6ac
54e0c9c
76a5ab2
19603a5
388a4a0
4d8963f
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -67,10 +67,9 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_ | ||
.. note:: | ||
**Additional dependencies for testing**: nose_ (version 1.0 or later), `mock | ||
<http://www.voidspace.org.uk/python/mock/>`_ (if python < 3.3), `Ghostscript | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. This link might be outdated. | ||
<http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape <http://inkscape.org>`_ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Ghostscript link might be outdated as well. http -> https on the Inkscape link. | ||
.. note:: To make sure the tests run locally: | ||
@@ -87,7 +86,6 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_ is recommended. | ||
.. seealso:: | ||
* :ref:`testing` | ||
Contributing code | ||
@@ -106,7 +104,7 @@ then submit a "pull request" (PR): | ||
2. Fork the `project repository | ||
<https://github.com/matplotlib/matplotlib>`__: click on the 'Fork' button | ||
near the top of the page. This creates a copy of the code under your | ||
accounton the GitHub server. | ||
3. Clone this copy to your local disk:: | ||
@@ -137,6 +135,7 @@ visibility. | ||
* `Git documentation <https://git-scm.com/documentation>`_ | ||
* :ref:`development-workflow`. | ||
* :ref:`using-git` | ||
Contributing pull requests | ||
-------------------------- | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.. _development-workflow: | ||
========================= | ||
GitDevelopment workflow | ||
========================= | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Looks like an extra | ||
You've discovered a bug or something else you want to change | ||
in matplotlib_ .. |emdash| excellent! | ||