As of pyqode 2.11, the project has entered in maintainance mode. Only critical bug fixes will be adressed. The core team won't add any new features but we will continue to accept PR as long as they are properly tested and not too risky.
You can report bugs or ask question on our centralised issue tracker.
Pull Requests are great!
- Fork the Repo on github.
- Create a feature/bug fix branch based on the dev branch
- 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 PEP8 to style your code (PEP8 compliance is tested Travis CI):
python setup.py test -a "--pep8 -m pep8"