We prefer if you don't use the issue tracker for support questions.
The #support-questions
channel in our
Discord server is the preferred place to seek
help.
If there is not an open issue for what you want to submit, prefer opening one for discussion before working on a PR. You can work on any issue that doesn't have an open PR linked to it or a maintainer assigned to it. These show up in the sidebar. No need to ask if you can work on an issue that interests you.
We are using Googles styleguide in this project.
For local development you have two options:
Docker
docker-compose up -d
Python
python setup.py develop
If you have GNU Make installed you'll
find short hands for most things by opening the Makefile
.