Thanks for your interest in contributing!
- Fork the repository
- Clone your fork
git clone https://github.com/your-username/DevSensei.git- Install dependencies
pnpm install- Create a new branch
git checkout -b feat/your-feature-name- Make your changes and commit
git commit -m "feat: describe your change"- Push and open a Pull Request
- Follow the existing code style
- Use conventional commit messages (
feat:,fix:,docs:, etc.) - Keep PRs focused — one feature or fix per PR
Copy .env.example to .env and add your GEMINI_API_KEY before running locally.