Codebase list django-environ / run/706ca18f-1d7c-46f0-8f46-2f1144d7b107/main CONTRIBUTING.rst
run/706ca18f-1d7c-46f0-8f46-2f1144d7b107/main

Tree @run/706ca18f-1d7c-46f0-8f46-2f1144d7b107/main (Download .tar.gz)

CONTRIBUTING.rst @run/706ca18f-1d7c-46f0-8f46-2f1144d7b107/mainraw · history · blame

Contributing
============

If you would like to contribute to ``django-environ``, please take a look at the
`current issues <https://github.com/joke2k/django-environ/issues>`_.  If there is
a bug or feature that you want but it isn't listed, make an issue and work on it.

How to Contribute
-----------------

1. Check for open issues or open a fresh issue to start a discussion around a
   feature idea or a bug.
2. Fork `the repository <https://github.com/joke2k/django-environ>`_ on GitHub
   to start making your changes to the **develop** branch (or branch off of it).
3. Write a test which shows that the bug was fixed or that the feature works as
   expected.
4. Send a pull request and bug the maintainer until it gets merged and published.