Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.02 KB

Contributing

If you want to contribute to improving the project, use following instructions to make changes:

Creating an issue

If you found a bug or want to make an improvement in the project please check whether the same issue already exists in the list of issues. If you don’t find the issue there, create a new one including a description of the problem.

Commit rules

Record the changes made by making changes in accordence with Convential Commits

<type>: <descripiton>

Allowed <type>

  • docs - documentation
  • feat - new feature
  • fix - bug fix
  • refactor - reorganization without breaking changes and new features
  • community - editing community files such as README.md
  • deps - updating dependencies

Style for description

  • Only English language
  • Don't capitalize first letter
  • Use imperative, present tense
  • Don't use (.) in the end