Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 295 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 295 Bytes

Contributing guide

  1. Always use develop branch.

  2. Make sure your code style is valid using pandatool

     $ npm install -g pandatool
     $ cd panda.js
     $ panda test
     Checking code style...
     Your code is valid!