Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 453 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 453 Bytes

Contributing

Thanks for considering contributing!

A few rules of thumb:

  • Code contributions should match the existing code style. Run npm run lint to check, and npm run format to fix some problems.
  • Discuss additions/changes with us on Discord before working on them
  • Check the dev branch to make sure someone hasn't worked on the same thing already
  • Pull requests should point to the dev branch, not master