# Contributing Guidelines

For the full contributing guide, see the
[Fresh documentation](https://fresh.deno.dev/docs/latest/contributing).

## PR title format

PR titles must be all lowercase and start with one of the following prefixes:

- `feat:` - new features
- `fix:` - bug fixes
- `test:` - test additions or changes
- `chore:` - maintenance, refactoring, docs
- `ci:` - CI/CD changes

Example: `feat: add middleware compilation`

## Before submitting

Run `deno task ok` and ensure it passes.
