Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 1.3 KB

Contributing to qiskit-qasm3-import

Thanks for your interest in contributing! Please make sure you follow our code of conduct at all times.

We're happy to accept help in a few forms:

For code changes, please make sure the code conforms to the code style of the project (just run tox -e black), and that running the linter (tox -e lint) doesn't show any errors. All code changes should come with additional unit tests if at all possible, and updated documentation if necessary. Most non-documentation changes will need a release note (reno new --edit <some identifier>') as well.

When you make your first pull request, a bot will comment and ask you to sign the contributor license agreement. This certifies that you agree to license your contributions under the terms of the license in the repository root, and that IBM have the rights to use your contributions and to distribute them.