Contributing Guidelines

June 3, 2026 ยท View on GitHub

For the full contributing guide, see the Fresh documentation.

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.