# Contributing Thank you for your interest in contributing to Hustle Tracker! This project is open source and welcomes contributions from the community. ## License This project is licensed under the [LICENSE](LICENSE) file. By contributing, you agree to license your contributions under the same license. ## How to Contribute 1. **Fork the repository** on GitHub 2. **Create a feature branch** from `main` for your changes 3. **Make your changes** following the existing code style and conventions 4. **Test your changes** thoroughly 5. **Submit a pull request** with a clear description of your changes ## Development Setup See the [README](README.md) for setup instructions. Use `make dev` for development builds. ## Code Style - Follow Rust's standard formatting (`cargo fmt`) - Run `cargo clippy` for linting - Add tests for new functionality - Keep commits focused and descriptive ## Reporting Issues - Use GitHub Issues for bugs and feature requests - Provide detailed steps to reproduce bugs - Include your platform and version information ## Questions If you have questions, feel free to open a GitHub Discussion or reach out to the maintainers.