Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 542 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 542 Bytes

Contributing Guidelines

  • Follow the repository structure
  • Commit messages must be descriptive and concise
  • Your code must be formatted with the formatters we use
    • The frontend must use our prettier config
    • The backend must use rustfmt
  • The frontend must be installed with yarn and compiled with parcel
  • Additional frontend packages must not be considered bloated
  • All commits must follow Conventional Commits