By contributing to the repository you state you own the copyright to those contributions and agree to include your contributions as part of this project under the MIT license.
Please contact Pieter Eendebak [email protected]
- Try to follow the PEP 8 style guide. Many editors support autopep8 that can help with coding style.
To allow longer lines, make a
.pep8
config file like:
[pep8]
max-line-length = 120
- Document your functions
- For more guidelines see the Qcodes documentation
To upload code use git commit
and git push
. For the Qcodes
and qtt
repositories always make a branch first.
After uploading a branch one can make a pull request to the dev
branch
which will be reviewed for inclusion in QTT.
This is what github's issues are for. Search for existing and closed issues. If your problem or idea is not yet addressed, please open a new issue.