Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This runs the TypeScript compiler (`tsc`). Fix any type errors before submitting
- `feature/description` for new features
- `fix/description` for bug fixes
- `docs/description` for documentation changes
- `test/description` for test-only changes

### Commit Messages

Expand All @@ -51,6 +52,7 @@ Use clear, concise commit messages:
feat: add support for custom model providers
fix: handle empty email extraction gracefully
docs: update environment variables table
test: add test contribution naming conventions
```

### Pull Requests
Expand Down