Contributing#
This section provides guidelines for contributing to the IggyTop project.
How to Contribute#
Fork the repository.
Create a new branch for your feature or bugfix:
git checkout -b my-feature-branch
Make your changes and commit them:
git commit -m "Description of changes"
Push your branch and create a pull request:
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.