Contribute to the code - qresp-code-development/qresp GitHub Wiki
- Clone the repository
$ git clone https://github.com/qresp-code-development/qresp.git
$ cd qresp
$ pip install pre-commit
$ pre-commit install
- Checkout a new
featureX
branch
$ git checkout -b featureX
- Add and commit modifications
$ git add `modified_file`
$ pre-commit run
$ git commit -m "<message>"
$ git push