Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 1.26 KB

File metadata and controls

35 lines (27 loc) · 1.26 KB

Contributing

For general contribution and community guidelines, please see the community repo.

Contributing

  1. Fork the project
  2. Clone your fork
  3. Make local changes to your fork by editing files
  4. Commit your changes
  5. Push your local changes to the remote server
  6. Create new Pull Request

From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!

Testing

  • Install dependencies
    $ npm install
  • Configure gulp reporting (optional)
    # To write reports to a file in xunit format
    $ export TEST_REPORTER=xunit-file
    $ export XUNIT_FILE=reports/report.xml
  • Run jslint and tests
    $ gulp