Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 580 Bytes

How to contribute

When contributing please ensure you follow the guidelines below.

Getting Started

Making Changes

  • Make a fork of the repository on GitHub off of the master branch NOT gh-pages.
  • Make a branch with the git-flow naming convention.
  • Implement your changes to your branch on your forked repository.
  • Reference the issue in your commit logs.
  • Push your changes to your fork and open a pull request on the master branch.