Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 255 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 255 Bytes

Contributing guidelines

Before making a pull request

  • open an issue describing the proposed changes
  • determine which development branch to use (not master)
  • ensure that your code style matches the current style
  • clean your code (npm run lint)