Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 435 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

7 lines (6 loc) · 435 Bytes

Before submitting a pull request please do the following:

  1. Fork the repository and create your branch from master
  2. Have you added some code that should be tested? Write some tests! (Are you unsure how to write the test you want to write, ask us for help!)
  3. Ensure that the tests pass: grunt test
  4. Ensure that your code passes the linter: grunt lint
  5. Make sure to sign the CLA.