Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.1 KB

File metadata and controls

32 lines (23 loc) · 1.1 KB

Contributing to MindCLI

Thank you for your interest in contributing to MindCLI!
We welcome bug reports, feature requests, and improvements from the community.

How to Contribute

1. Reporting Bugs

  • Use the Issues tab on GitHub.
  • Clearly describe the bug, steps to reproduce, and expected behavior.
  • Include screenshots or error logs if possible.

2. Suggesting Features

  • Open an Issue with the label enhancement.
  • Explain why the feature would be useful and how it should work.

3. Submitting Code

  • Fork the repository.
  • Create a new branch for your changes (feature/your-feature-name).
  • Make sure your code is clear and documented.
  • Submit a Pull Request with a description of your changes.

4. Style Guidelines

  • Follow Python best practices (PEP8).
  • Keep commits small and meaningful.
  • Add comments and docstrings where necessary.

Recognition

All contributors (bug reports, feature suggestions, code improvements) will be recognized on GitHub.
Your contributions will be licensed back to the project under the same terms as the main license.