# Contributing to tui-tabs
## Getting Started
1. Fork the repository
2. Clone your fork and create a branch
3. Make your changes
4. Run `cargo test` and `cargo clippy`
5. Open a pull request
## Reporting Issues
Open an issue on [GitHub Issues](https://github.com/jharsono/tui-tabs/issues) with a clear description and reproduction steps.
## Discussions
For questions, ideas, or general conversation, start a thread in [GitHub Discussions](https://github.com/jharsono/tui-tabs/discussions).
## Style
- Rust 2024 edition
- `cargo sort` for Cargo.toml formatting
- `cargo clippy` clean
- Follow existing code patterns
## License
By contributing, you agree that your contributions will be licensed under the MIT OR Apache-2.0 license.