Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.01 KB

File metadata and controls

28 lines (18 loc) · 1.01 KB

Contributing to Logswise CLI

Thank you for considering contributing to Logswise CLI! We welcome all kinds of contributions, including bug reports, feature requests, and pull requests.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Describe your changes clearly in your pull request.
  3. Write clear, concise commit messages.
  4. Test your code before submitting.
  5. Follow the code style used in the project (Rust, consistent formatting with rustfmt and linting with clippy).

Code of Conduct

Please be respectful and considerate in all interactions. For more details, see the CODE_OF_CONDUCT.md file.

Reporting Issues

  • Use GitHub Issues to report bugs or request features.
  • Provide as much detail as possible.

Pull Requests

  • Keep PRs focused and small.
  • Reference related issues in your PR description.
  • Ensure all tests pass before submitting.

Thank you for helping improve Logswise CLI!