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

Latest commit

 

History

History
12 lines (8 loc) · 574 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 574 Bytes

Contributing

Pull Requests

Please follow our commit message conventions even if you're making a small change! This repository follows the conventional-changelog

Please do the following:

  • Follow the existing styles (we have an .editorconfig file and we are using js-standard-style).
  • Add tests if needed.
  • Document your changes in the README (try to follow the convention you see in the rest of the file).