@ -9,13 +9,14 @@ little bit helps, and credit will always be given.
@@ -9,13 +9,14 @@ little bit helps, and credit will always be given.
You can contribute in many ways:
Types of Contributions
----------------------
Report Bugs
~~~~~~~~~~~
Report bugs at https://github.com/holgi/ordr2/issues.
Report bugs at https://git.cpi.imtek.uni-freiburg.de/holgi/ordr2/issues.
If you are reporting a bug, please include:
@ -23,18 +24,21 @@ If you are reporting a bug, please include:
@@ -23,18 +24,21 @@ If you are reporting a bug, please include:
* Any details about your local setup that might be helpful in troubleshooting.
* Detailed steps to reproduce the bug.
Fix Bugs
~~~~~~~~
Look through the GitHub issues for bugs. Anything tagged with "bug"
and "help wanted" is open to whoever wants to implement it.
Implement Features
~~~~~~~~~~~~~~~~~~
Look through the GitHub issues for features. Anything tagged with "enhancement"
and "help wanted" is open to whoever wants to implement it.
Write Documentation
~~~~~~~~~~~~~~~~~~~
@ -42,10 +46,11 @@ Ordr2 could always use more documentation, whether as part of the
@@ -42,10 +46,11 @@ Ordr2 could always use more documentation, whether as part of the
official Ordr2 docs, in docstrings, or even on the web in blog posts,
articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at https://github.com/holgi/ordr2/issues.
The best way to send feedback is to file an issue at https://git.cpi.imtek.uni-freiburg.de/holgi/ordr2/issues.
If you are proposing a feature:
@ -54,6 +59,7 @@ If you are proposing a feature:
@@ -54,6 +59,7 @@ If you are proposing a feature:
* Remember that this is a volunteer-driven project, and that contributions
are welcome :)
Get Started!
------------
@ -62,7 +68,7 @@ Ready to contribute? Here's how to set up `ordr2` for local development.
@@ -62,7 +68,7 @@ Ready to contribute? Here's how to set up `ordr2` for local development.
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::
@ -92,6 +98,7 @@ Ready to contribute? Here's how to set up `ordr2` for local development.
@@ -92,6 +98,7 @@ Ready to contribute? Here's how to set up `ordr2` for local development.
7. Submit a pull request through the GitHub website.
Pull Request Guidelines
-----------------------
@ -101,9 +108,7 @@ Before you submit a pull request, check that it meets these guidelines:
@@ -101,9 +108,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
https://travis-ci.org/holgi/ordr2/pull_requests
and make sure that the tests pass for all supported Python versions.