Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 871 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (25 loc) · 871 Bytes

Contributing

We follow the same guidelines as Qiskit. All contributions must also follow these guidelines:

Bugs and feature requests:

Please use Github Issues for reporting bugs found within this plugin. The same goes for feature requests.

Code Review

All new coded feature proposals should be done via Pull Requests. All sumbissions will require review by one of the mantainers.

Code formatting:

This project uses Black and Ruff for code formatting. To install and use Black:

pip install black

For automated code formatting with black:

black qiskit_qubit_reuse

For code formatting review, use:

black --check qiskit_qubit_reuse

To install and use Ruff:

pip install ruff
ruff check .