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

Latest commit

 

History

History
25 lines (16 loc) · 692 Bytes

contributing.md

File metadata and controls

25 lines (16 loc) · 692 Bytes

Contribution guidelines

Please ensure all your contributions adheres to the following guidelines.

Git workflow

  1. Fork the repository.
  2. Make your changes in a feature/topic branch.
  3. Submit a pull request.

Commits

  • Use sentence case for the commit title and message.
  • Start the commit title with a verb and use present tense.

Code style and formatting

Make sure your code is complying with the following documents:

Thank you for contributing!