Thank you so much for using AstronomyCalc
. Contributions are welcome and are greatly appreciated.
It is very helpful to us when users report bugs or unexpected behaviour in the code. Please feel free to open an issue at the repository's issue page. It is also the best place to seek any help or would like to give us any feedback.
If you report an issue, please give the necessary details (python environment, code version, the unexpected output or error message) and a "Working Example" to reproduce the problem.
If you feel that there are some features missing, we welcome you to open an issue and discuss it. We can plan how this missing feature can be included in the code.
In case you want to make substantial change to the code, you can fork the repository and clone it to your local machine:
git clone https://github.com/<YOURUSERNAME>/AstronomyCalc.git cd AstronomyCalc git checkout -b <BRANCHNAME
where <YOURUSERNAME>
and <BRANCHNAME>
are your Github username and the name of new branch for local development respectively.