Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 747 Bytes

Contributing

Submitting Issues

Feel free to submit any issues you find 😃

  • When submitting a browser bug, please include the browser, version, operating system, and operating system version.

Pull Requests

How to:

  1. Fork this repository.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request with detailed title and description.

Please ensure that:

  • your pull request is associated with at least one issue.
  • all tests are passing.
  • your code is compliant with our code linters.