Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 800 Bytes

CONTRIBUTING.rst

File metadata and controls

25 lines (16 loc) · 800 Bytes

Contributing Guidelines

Thank you for your interest in django-autoslugged.

If you wish to contribute a bugfix, please follow this workflow to ensure that your contribution is reviewed and accepted ASAP.

  1. The repository and issue tracker are here: https://github.com/mbourqui/django-autoslugged/
  2. Create an issue and describe your use case there.
  3. Write a unit test (see autoslugged/tests/tests.py).
  4. Make it pass:
    • change the code in autoslugged/fields.py;
    • run ./runcover.sh and make sure added/touched code has 100% coverage;
    • run tox and make sure all tests pass under supported Python/Django versions.
  5. Add documentation (comments, docstrings, hints for users).
  6. Submit a pull request. Reference the original issue there.