# Contribution Guidelines
## How to Contribute
1. Fork the repository
2. Create a new branch (`git checkout -b feature/your-feature`)
3. Make your changes
4. Commit your changes (`git commit -m 'Add some feature'`)
5. Push to the branch (`git push origin feature/your-feature`)
6. Create a new Pull Request
## Code Style
- Follow the existing code style.
- Ensure code is linted with ESLint before committing.
## Testing
- Ensure new and existing tests pass.
- Maintain test coverage above 80%.