Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 514 Bytes

submitting-pull-request.md

File metadata and controls

9 lines (7 loc) · 514 Bytes

Submitting a Pull Request

Before submitting a pull request, please search carefully for any open or closed pull requests that relate to the issue you are targetting.

  • Fork the repo and create your branch from master.
  • Follow our coding guidelines when making your coding changes.
  • Ensure that all test suites pass locally (npm test).
  • Commit any changes using a descriptive commit message.
  • Pull requests that have associated builds that are not 100% clean will be closed.