Skip to content

Commit

Permalink
Add Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Jul 20, 2023
1 parent 3aed752 commit 4188641
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Contributing

We follow the same guidelines as [Qiskit](https://qiskit.org/documentation/contributing_to_qiskit.html). 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:

Please use [Black](https://pypi.org/project/black/) for code formatting.
Make sure to install the package by using:

```sh
pip install black
```
For automated code formatting with black:
```sh
black qiskit_qubit_reuse
```

For code formatting review, use:
```sh
black --check qiskit_qubit_reuse
```

0 comments on commit 4188641

Please sign in to comment.