Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (21 loc) · 807 Bytes

Contributing Guidelines

Opening an issue


Thank you for taking the time to open an issue. Before opening an issue, please be sure that your issue hasn't already been asked by someone

Here are a few things that will help us help resolve your issues:

  • A descriptive title that gives an idea of what your issue refers to
  • A thorough description of the issue, (one word descriptions are very hard to understand)
  • Screenshots (if appropriate)
  • Links (if appropriate)

Submitting a pull request


  • Fork this repository
  • Clone this repository
  • Configure and install the dependencies
  • Create a new branch: git checkout -b my-branch-name
  • Make appropriate changes
  • Commit the changes
  • Push to your branch and raise a PR
  • Wait for your pull request to be reviewed and merged!