Skip to content

Latest commit

History

History
28 lines (21 loc) 路 851 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) 路 851 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: (See the README for more details)
  • Create a new branch: git checkout -b my-branch-name
  • Make appropriate changes
  • Commit the changes
  • Push to your branch and PR
  • Wait for your pull request to be reviewed and merged!