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 featuresfix:- bug fixestest:- test additions or changeschore:- maintenance, refactoring, docsci:- CI/CD changes
Example: feat: add middleware compilation
Before submitting
Run deno task ok and ensure it passes.