Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 584 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 584 Bytes

How to contribute

When contributing please ensure you follow the guidelines below.

Getting Started

  • You will need a GitHub account
  • Open an issue if one does not already exist.

Making Changes

  • Make a fork of the repository on GitHub.
  • 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.