Thank you for considering contributing to CLI Tool!
- Fork the repository
- Clone your fork
- Create a new branch for your feature or bug fix
- Make your changes
- Run tests (if available)
- Submit a pull request
- Follow PEP 8 guidelines
- Use type hints for all functions
- Write descriptive commit messages
- Keep commits atomic and focused
- Update the README.md with details of changes if applicable
- Ensure all tests pass
- Update version numbers following semantic versioning
- The PR will be merged once approved by maintainers