Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 476 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 476 Bytes

Contributing Guidelines

Coding Style

  • Variable names should be in camel case.
  • 4 spaces, no tabs.

Contributing Rules

  • Follow the GitHub Flow.
    • Branch/Fork → Commit → Pull Request [→ Merge]
  • Commit messages should be in title case & descriptive.
  • Comment out or delete debug statements (e.g. console.log()) when committing.
  • Make sure you haven't broken anything that was previously working.