You can report bugs on our bug tracker. You can ask questions and talk with the developers on Gitter
You can easily generate a bug report from withing the IDE and submit it on our issue tracker (or send it by email to the main author): ? -> Report bug
Please, make sure to mention the context of the issue and the steps needed to reproduce the bug!
Pull Requests are great!
- Fork the Repo on github.
- Create a feature or a bugfix branch before you start coding.
- If you are adding functionality or fixing a bug, please add a test!
- Add your name to AUTHORS.rst
- Push to your fork and submit a pull request to the master branch.
Please use Flake8 to check your code.
You can check for pep8 compliance by running the following command (you need to install the pytest-flake8 package):
python3 scripts/tests/check_flake8.py