Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 451 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 451 Bytes

CONTRIBUTING

  1. Fork the repo and clone locally
  2. Follow README to Start and Test
  3. Use command 'gulp component --name 'youNewComponent' to generator new component.
  4. Please complete the component in lib and demo (example/client/app/components)
  5. And we suggest the unit test coverage should over then 90%.(you will see the coverage file after run npm test)
  6. Push your changes to your fork and submit a pull request