You are welcome to contribute to AutoIntegrate. Your contribution can be for example:
- Bug report
- Suggestion for a new feature
- Code change like a fix or an enhancement
GitHub issues are used to track bugs.
If you want to make a code change please contact me either in https://forums.ruuth.xyz/ or email to astroimagetools@gmail.com. I may have development ongoing so it is better to avoid conflicts in pull requests.
Steps for using a Pull request
- Fork the repo and create your branch from
master. - Do your code changes.
- Test your change.
- Issue a pull request.
When you submit code changes, your submissions are understood to be under the MIT License. The full AutoIntegrate source code cannot be under MIT License as it contains copyrighted code from other parties like Pleiades Astrophoto.
- 4 spaces for indentation rather than tabs
- Try to follow the coding style used in other parts of the software.
This document was adapted from the contribution guidelines from Transcriptase