Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 793 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 793 Bytes

Contributing to Muxy

  1. Fork it
  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. Create new Pull Request

Commit messages

Muxy is moving to Conventional Changelog message conventions. Please ensure you follow the guidelines.

If you'd like to get some CLI assistance, getting setup is easy:

npm install commitizen -g
npm i -g cz-conventional-changelog

git cz to commit and commitizen will guide you.

Vendoring

We use Godep to vendor packages. Please ensure any new packages are added to vendor prior to patching.