We follow the same guidelines as Qiskit. All contributions must also follow these guidelines:
Please use Github Issues for reporting bugs found within this plugin. The same goes for feature requests.
All new coded feature proposals should be done via Pull Requests. All sumbissions will require review by one of the mantainers.
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 .