Contributing

Thank you for your interest in contributing to DeepSeek Rust CLI!

Please refer to our CONTRIBUTING.md on GitHub for detailed instructions on how to set up your development environment and submit pull requests.

🛠️ Development Quick Start

  1. Clone: git clone https://github.com/mahirgul/deepseek-rust-cli.git
  2. Build: cargo build
  3. Test: cargo test
  4. Lint: cargo clippy

We look forward to your contributions!