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.
Please follow Exodus Privacy's code of conduct
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 etip
python manage.py test --settings=etip.settings.dev
If you are adding a new feature, it's deeply appreciated if you can write tests for it :)
The following linters are used:
- flake8 for the python code
LGTM is also run on each new Pull Requests.