Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.19 KB

Contributing

Looking for something you can do?

You can find our list of issues and in particular the ones with the tag "good first issue" or "hacktoberfest"

Documentation is available to help you set up your local instance.

What you need to respect

Code of conduct

Please follow Exodus Privacy's code of conduct

Tests

You need to make sure your changes do not break the existing tests.

You can execute the tests with the following command:

source venv/bin/activate
cd exodus
python manage.py test --settings=exodus.settings.dev

If you are adding a new feature, it's deeply appreciated if you can write tests for it :)

Linter

The following linters are used:

LGTM is also run on each new Pull Requests.