Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 736 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 736 Bytes

Contributing to Grepper CLI

Thank you for considering contributing to this project! Here’s how you can help:

How to Contribute

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'feat(scope optional): Add new feature'.
  4. Push the branch: git push origin feature-name.
  5. Open a pull request.

Guidelines

  • Follow the project’s coding style and conventions.
  • Add comments and documentation where necessary.
  • Ensure all tests pass before submitting your PR.
  • If possible add your own tests within your PR

Issues

If you find a bug or have an idea for a feature, open an issue and describe it in detail.


I appreciate your contributions!