Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 638 Bytes

File metadata and controls

26 lines (19 loc) · 638 Bytes

Contributing to CLI Tool

Thank you for considering contributing to CLI Tool!

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Create a new branch for your feature or bug fix
  4. Make your changes
  5. Run tests (if available)
  6. Submit a pull request

Code Style

  • Follow PEP 8 guidelines
  • Use type hints for all functions
  • Write descriptive commit messages
  • Keep commits atomic and focused

Pull Request Process

  1. Update the README.md with details of changes if applicable
  2. Ensure all tests pass
  3. Update version numbers following semantic versioning
  4. The PR will be merged once approved by maintainers