Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 687 Bytes

File metadata and controls

36 lines (23 loc) · 687 Bytes

Contributing to EchoSphere X

Thank you for your interest in contributing to EchoSphere X.

Development Setup

  1. Clone the repository.
  2. Start a local HTTP server.
  3. Test changes before submitting.

Branch Naming

  • feat/
  • fix/
  • docs/
  • refactor/

Commit Messages

Use Conventional Commits.

Example:

  • feat: add MFSK synchronization
  • fix: improve decoder stability
  • docs: update installation guide

Pull Requests

  • Keep PRs focused.
  • Update documentation when needed.
  • Verify the application works before submitting.

License

By contributing, you agree that your contributions are licensed under GPL-3.0.