From 6e4b8d95b8bcdeeab039f0a0c7e6d6833cd8685e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 27 Oct 2013 14:41:22 +0100 Subject: Migrate info from README to docs. --- docs/contributing.rst | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'docs/contributing.rst') diff --git a/docs/contributing.rst b/docs/contributing.rst index 5a1988f..061d9a3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,2 +1,53 @@ Contributing ============ + +Code +---- + +The code is available `on GitHub +`_. + +Once you've obtained a checkout, you should create a virtualenv_ and install +the libraries required for working on the Debug Toolbar:: + + $ pip install -r requirements_dev.txt + +.. _virtualenv: http://www.virtualenv.org/ + +Once you've done this, you can run the test suite on all supported version of +Django and Python:: + + $ tox + +Bug reports and feature requests +-------------------------------- + +You can report bugs and request features in the `bug tracker +`_. + +Please search the existing database for duplicates before filing an issue. + +Patches +------- + +Please submit `pull requests +`_! + +The Debug Toolbar includes a limited but growing test suite. If you fix a bug +or add a feature code, please consider adding proper coverage in the test +suite, especially if it has a chance for a regression. + +Translations +------------ + +Translation efforts are coordinated on `Transifex +`_. + +Help translate the Debug Toolbar in your language! + + +Mailing list +------------ + +This project doesn't have a mailing list at this time. If you wish to discuss +a topic, please open an issue on GitHub. -- cgit v1.2.3