Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 544 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 544 Bytes

Contributing

The following steps will allow you to contribute to our project:

  1. Fork the plugin
  2. Run npm install in the root directory and the sample directory
  3. Run jspm install in the root directory and the sample directory
  4. Make any changes
  5. Use the embedded sample app to check if your changes didn't break anything. Run gulp watch and browse to http://localhost:3000.
  6. Run all unit tests using gulp test
  7. Run gulp build (and fix any errors)
  8. Run gulp lint (and fix any errors)
  9. Create a pull request