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

Latest commit

 

History

History
80 lines (40 loc) · 2.64 KB

File metadata and controls

80 lines (40 loc) · 2.64 KB

Contributing

By contributing you agree to the LICENSE of this repository.

Issue Tracker

  • before submitting a new issue, please:

    • check for existing related issues

    • check the issue tracker for a specific upstream project that may be more appropriate

    • check against supported versions of this project (i.e. the latest)

  • please DO NOT comment with a "+1", use the Subscribe button instead

  • please keep discussions on-topic, and respect the opinions of others

  • please report urgent issues, or issues with confidential details, via our commercial support channels

Security Vulnerabilities

  • please contact us privately to discuss security vulnerabilities as part of our responsible disclosure approach

Bug Reports

  • please report bugs in the issue tracker

  • please provide detailed steps to reproduce

Feature Requests

  • please suggest new features and improvements in the issue tracker

Personal Support Requests

  • please submit urgent requests for help via our commercial support channels

  • requests for help in the issue tracker receive lower priority than commercial support requests

Pull Requests / Merge Requests

  • IMPORTANT: by submitting a patch, you agree to allow the project owners to license your work under our this LICENSE

  • provide tests for all features or bug fixes

  • provide documentation for all public API methods

  • Pull / Merge Request descriptions should include a change summary that matches the Keep a CHANGELOG format

  • this project uses the Git Flow branching scheme, so changes should target the "develop" branch

  • feel free to submit un-squashed commits provided tests pass for all commits

Code Style and Code Quality

  • adhere to our code style guides

  • js-semistandard-style

  • run npm test to ensure your changes follow our coding standards and pass our existing tests

Version Control

Development

Prerequisites

coming soon

Getting Started

coming soon