3.1. Contributing to qha
¶
Table of contents:
The package is hosted on GitHub.
3.1.1. Where to start?¶
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
Please submit your issues on GitHub issues. If you want to make a pull request, please read their official guide “HOWTO”.
3.1.2. Environment¶
Please install qha
with command:
$ pip install -e /path/to/qha/folder
after your download from GitHub releases.
Or you can just clone the repo directly by:
$ git clone git@github.com:MineralsCloud/qha.git /somewhere/on/your/computer
And receive the update by:
$ git pull
3.1.3. Contact¶
If you have trouble with GitHub’s issues and pull requests, please contact the maintainers (Sunny and Qi). We will reply as soon as possible.