Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 1.2 KB

How to contribute

Any contribution is welcome.
If you have any issue, features of patches to submit, please follow these few and simple guidelines.

Getting started

  • Make sure you have a GitHub account
  • Check if your feature or bug is already in the issues. If not, please create a new issue and describe it clearly.
  • Fork the repository from GitHub

Make changes

  • Create a new feature branch in your fork starting from the main branch.
  • Make commits of logical units.
  • Check for unnecessary whitespace with git diff --check before committing.
  • Make sure your commit messages describe briefly your changes.

Submitting Changes

Additional Resources