Contributing
Getting Started
Prerequisites
Setting Up the Development Environment
git clone https://github.com/YOUR_USERNAME/deeplint-cli.git cd deeplint-clipnpm installcp .env.sample .envOPENAI_API_KEY=your_api_key_herepnpm buildpnpm devpnpm dev -- --help
Development Workflow
Branch Naming Convention
Commit Message Guidelines
Development Process
Pull Request Process
Code Review Guidelines
As a Contributor
As a Reviewer
Documentation
Code Documentation
Project Documentation
Testing
Writing Tests
Running Tests
Debugging
Development Server
VS Code Debugging
Common Development Tasks
Adding a New Command
Adding a New Configuration Option
Modifying the Context Builder
Adding a New Feature to the CLI
Community Guidelines
Code of Conduct
Communication
Recognition
Resources
Thank You!
Last updated