Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 977 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 977 Bytes

Hello there, want to contribute?

In order for everyone to have the best experience possible, we have a few guidelines that everyone must follow.

  • We strictly follow semantic versioning,which means whenever a non-backwards compatible change is made, the major version will increment. When there are new features, the minor version will increase, and as such, small bug fixes and patches will increase the patch version. (Major.Minor.Patch / x.y.z)
  • For all things on GitHub, please make sure you follow the code of conduct.
  • When creating an issue, please make sure you're using the issue templates.
  • When submitting a pull request, please make sure you're using the pull request template.
  • Lastly, be sure to follow the project code writing style. (Tabs and Indents,Curly brackets,etc)