Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 679 Bytes

CONTRIBUTION.md

File metadata and controls

20 lines (16 loc) · 679 Bytes

Contribution Guidelines

Bug reports, Feature requests

Create issues for

  • Bug reports
  • Feature requests

Code contributions

Please adhere to this style guide and most importantly,

  • Indentations are soft indents (spaces) with an indent size of two characters.
  • No extra end of line and blank line whitespace

Basically,

  • Fork the project
  • Create a branch and work on it
  • Submit pull request

Commit messages

Commit messages should strictly follow this guideline. And please squash your commits unless it doesn't make sense.