Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.17 KB

Contributing to QTT

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.

Contact

Please contact Pieter Eendebak [email protected]

Code style

  • 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

Uploading code

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.

Bugs reports and feature requests

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.