Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 850 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 850 Bytes

Contributing

  1. Discuss major changes you wish to propose by creating an issue first
  2. Fork, clone, checkout dev, make changes (standard codestyle), push
  3. PR to the dev branch

Code Style

Standard

All code should be written and linted using Standard.

Commits

Commit Name Guide

Gitmoji

All commits should follow the Gitmoji guide.
  • :emoji: Capitalised description
  • 🐛 Fixed volume bug

Guidelines

  1. Always pull before committing to minimise code conflicts.
  2. Commit to your own branch before making a PR to the dev branch.