Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 501 Bytes

File metadata and controls

20 lines (13 loc) · 501 Bytes

Contributing Guidelines

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.