Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.12 KB

File metadata and controls

44 lines (30 loc) · 1.12 KB

Contributing to smart-cli-assistant

Thank you for your interest in contributing! We welcome contributions from everyone.

How to Contribute

Reporting Bugs

  1. Check if the issue already exists
  2. Create a new issue with a clear title and description
  3. Include steps to reproduce the bug
  4. Include expected vs actual behavior

Suggesting Features

  1. Open an issue with the "feature request" label
  2. Describe the feature and its use case
  3. Explain why this would be valuable

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Write or update tests as needed
  5. Ensure all tests pass
  6. Commit your changes (git commit -m 'Add amazing feature')
  7. Push to your branch (git push origin feature/amazing-feature)
  8. Open a Pull Request

Code Style

  • Follow the existing code style
  • Write clear commit messages
  • Add comments for complex logic
  • Update documentation as needed

Code of Conduct

Please read and follow our Code of Conduct.

Questions?

Feel free to open an issue or reach out to the maintainers.