Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Added contribute information to readme #6778
Conversation
story645
added the
needs_review
label
Jul 17, 2016
QuLogic
commented on an outdated diff
Jul 17, 2016
README.rst
| @@ -47,3 +47,15 @@ The first is a good starting point for general questions and discussions. | ||
| .. image:: https://badges.gitter.im/Join%20Chat.svg | ||
| :alt: Join the chat at https://gitter.im/matplotlib/matplotlib | ||
| :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
| + | ||
| +Contribute | ||
| +========== | ||
| +You've discovered a bug or something else you want to change - excellent! | ||
| + | ||
| +You've worked out a way to fix it – even better! | ||
| + | ||
| +You want to tell us about it – best of all! | ||
| + | ||
| +The easiest way to contribute is through github; if interested in doing so, browse the `development workflow <http://matplotlib.org/devel/gitwash/development_workflow.html>`_ guide. |
|
|
QuLogic
commented on an outdated diff
Jul 17, 2016
README.rst
| @@ -47,3 +47,15 @@ The first is a good starting point for general questions and discussions. | ||
| .. image:: https://badges.gitter.im/Join%20Chat.svg | ||
| :alt: Join the chat at https://gitter.im/matplotlib/matplotlib | ||
| :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
| + | ||
| +Contribute | ||
| +========== | ||
| +You've discovered a bug or something else you want to change - excellent! | ||
| + | ||
| +You've worked out a way to fix it – even better! | ||
| + | ||
| +You want to tell us about it – best of all! | ||
| + | ||
| +The easiest way to contribute is through github; if interested in doing so, browse the `development workflow <http://matplotlib.org/devel/gitwash/development_workflow.html>`_ guide. | ||
| + | ||
| +And if you don't want to use github, take a look at the guide to `making patches <http://matplotlib.org/devel/gitwash/patching.html>`_. |
|
|
tacaswell
and 1 other
commented on an outdated diff
Jul 17, 2016
README.rst
| @@ -47,3 +47,15 @@ The first is a good starting point for general questions and discussions. | ||
| .. image:: https://badges.gitter.im/Join%20Chat.svg | ||
| :alt: Join the chat at https://gitter.im/matplotlib/matplotlib | ||
| :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
| + | ||
| +Contribute | ||
| +========== | ||
| +You've discovered a bug or something else you want to change - excellent! | ||
| + | ||
| +You've worked out a way to fix it – even better! | ||
| + | ||
| +You want to tell us about it – best of all! | ||
| + | ||
| +The easiest way to contribute is through Github; if interested in doing so, browse the `development workflow <http://matplotlib.org/devel/gitwash/development_workflow.html>`_ guide. | ||
| + | ||
| +And if you don't want to use Github, take a look at the guide to `making patches <http://matplotlib.org/devel/gitwash/patching.html>`_. |
story645
Member
|
QuLogic
and 1 other
commented on an outdated diff
Jul 17, 2016
README.rst
| @@ -47,3 +47,15 @@ The first is a good starting point for general questions and discussions. | ||
| .. image:: https://badges.gitter.im/Join%20Chat.svg | ||
| :alt: Join the chat at https://gitter.im/matplotlib/matplotlib | ||
| :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
| + | ||
| +Contribute | ||
| +========== | ||
| +You've discovered a bug or something else you want to change - excellent! | ||
| + | ||
| +You've worked out a way to fix it – even better! | ||
| + | ||
| +You want to tell us about it – best of all! | ||
| + | ||
| +The easiest way to contribute is through Github; if interested in doing so, browse the `development workflow <http://matplotlib.org/devel/gitwash/development_workflow.html>`_ guide. |
|
|
story645
added Documentation needs_review and removed Documentation needs_review
labels
Jul 20, 2016
|
Ping...this is a a readme docfix so I'm gonna say the failure is travis being weird. |
tacaswell
merged commit 68e01df
into matplotlib:master
Jul 20, 2016
tacaswell
removed the
needs_review
label
Jul 20, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Jul 20, 2016
story645
deleted the
story645:readmecontribute branch
Aug 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
story645 commentedJul 17, 2016
•
edited
Added a small contribute section to the bottom of the readme 'cause everyone has 'em and I would've found it useful. Language totally stolen from http://matplotlib.org/devel/gitwash/development_workflow.htm and just added a link to the dev workflow and making patch pages