Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.26 KB

File metadata and controls

35 lines (21 loc) · 1.26 KB

Contributing to AutoIntegrate

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

Report bugs using GitHub

GitHub issues are used to track bugs.

Use GitHub Pull Requests for Code Changes

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

  1. Fork the repo and create your branch from master.
  2. Do your code changes.
  3. Test your change.
  4. Issue a pull request.

Any contributions you make will be under the MIT Software License

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.

Use a Consistent Coding Style

  • 4 spaces for indentation rather than tabs
  • Try to follow the coding style used in other parts of the software.

References

This document was adapted from the contribution guidelines from Transcriptase