# Contributing

This section provides guidelines for contributing to the IggyTop project.

## How to Contribute
1. Fork the repository.
2. Create a new branch for your feature or bugfix:
   ```bash
   git checkout -b my-feature-branch
   ```
3. Make your changes and commit them:
   ```bash
   git commit -m "Description of changes"
   ```
4. Push your branch and create a pull request:
   ```bash
   git push origin my-feature-branch
   ```

## Code Style
- Follow PEP 8 guidelines.
- Use type annotations where possible.

## Reporting Issues
If you encounter any issues, please open an issue on the GitHub repository.
