Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 513 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 513 Bytes

Thanks for taking the time to contribute! 😃

Styleguides

Git Commit Messages

  • Use the present tense ("Fix bug" not "Fixed bug")
  • Use the imperative mood ("Move component to..." not "Moves component to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • When only changing documentation, include [ci skip] in the commit description

JavaScript

All JavaScript should adhere to AirBnb JavaScript Style.