mirror of
https://github.com/eddieoz/LoRa-Mesh-Analyzer.git
synced 2026-03-28 17:42:59 +01:00
1.1 KiB
1.1 KiB
Contributing to LoRa Mesh Analyzer
Thank you for your interest in contributing to the LoRa Mesh Analyzer! We welcome contributions from the community.
How to Contribute
- Fork the repository: Click the "Fork" button on the top right of the repository page.
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/LoRa-Mesh-Analyzer.git cd LoRa-Mesh-Analyzer - Create a branch:
git checkout -b feature/my-new-feature - Make your changes: Implement your feature or fix.
- Run tests: Ensure all tests pass.
pytest - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-new-feature - Submit a Pull Request: Open a PR on the main repository.
Coding Standards
- Follow PEP 8 style guidelines for Python code.
- Ensure code is well-documented.
- Add tests for new features.
Reporting Issues
If you find a bug or have a feature request, please open an issue on the GitHub repository.