Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 830 Bytes

File metadata and controls

14 lines (9 loc) · 830 Bytes

Contributing to Ground Station

Thank you for your interest in contributing to Ground Station! We welcome all contributions, from bug reports to new features.

How to Contribute

  • Bug reports: If you find a bug, please open an issue on GitHub. Please include as much detail as possible, including steps to reproduce the bug.
  • Feature requests: If you have an idea for a new feature, please open an issue on GitHub to discuss it.
  • Pull requests: If you would like to contribute code, please open a pull request. Please make sure that your code follows the project's coding style.

Coding Style

  • Python: We use the PEP 8 coding style for Python code.
  • JavaScript: We use the Prettier code formatter for JavaScript code.