zer0bin/CONTRIBUTING.md

390 B

Contributing Guidelines

  • Follow the repository structure
  • Commit messages must be descriptive and concise
  • Your code must be formatted with the respective formatter
    • The frontend must use our prettier config
    • The backend must use rustfmt
  • The frontend must be installed and compiled with yarn and parcel
  • Additional frontend packages must not be considered bloated