Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 718 Bytes

File metadata and controls

34 lines (27 loc) · 718 Bytes

Contributing to DevSensei

Thanks for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork
   git clone https://github.com/your-username/DevSensei.git
  1. Install dependencies
   pnpm install
  1. Create a new branch
   git checkout -b feat/your-feature-name
  1. Make your changes and commit
   git commit -m "feat: describe your change"
  1. Push and open a Pull Request

Guidelines

  • Follow the existing code style
  • Use conventional commit messages (feat:, fix:, docs:, etc.)
  • Keep PRs focused — one feature or fix per PR

Setup

Copy .env.example to .env and add your GEMINI_API_KEY before running locally.