# 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](https://www.python.org/dev/peps/pep-0008/) coding style for Python code. * **JavaScript:** We use the [Prettier](https://prettier.io/) code formatter for JavaScript code. ## Contributor License Agreement (CLA) All code contributions must be covered by this repository's CLA: - CLA text: [CLA.md](CLA.md) - On your first pull request, the CLA bot will ask you to sign by commenting: `I have read the CLA Document and I hereby sign the CLA` - After signing, the PR CLA status check will pass. This CLA grants the project maintainer rights needed for future relicensing, including dual/commercial licensing.