Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 575 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 575 Bytes

Contributing

We would love to have you contribute to this project!

How To Contribute

  • check the existing issues to see if one matches the change you want to add
  • fork this project
  • create a descriptive branch name that starts with your name
  • make all changes on this branch
  • push this branch to your fork
  • submit a pull request

Best Practices

Make sure to follow these conventions:

  • commit messages must start with a capital
  • commit message should answer this question: This commit will...