Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 1.2 KB

Contributing Guide

Third-party patches are possible by using pull requests.

Get Started

Make Changes

  • Create a topic branch from the master branch, do not work directly on the master branch.
  • Make commits of logical units.
  • Check for unnecessary whitespace with git diff --check before committing.
  • Make sure your commit messages are properly written (english only).

Submit Changes

Keep your fork in sync

  • You'll need to keep your fork in sync, more information can be found in 'Syncing a fork'.

Additional Resources