Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.74 KB

CONTRIBUTING.md

File metadata and controls

51 lines (35 loc) · 1.74 KB

CONTRIBUTING

What is the workflow?

  1. Create and describe your proposal/bug in an issue.
  2. Create a new branch and merge request with the pattern 1-my-feature.

Commit Structure

type(escope): short description

What does the modification do?
why was it modified?

#issue

Convention of Commits

  • fix Fix a bug
  • add Add a new feature
  • remove Remove a peace of codse
  • update Update any thing. e.g. feature, piece, refact

Semantic Version

  • add -> Major
  • update -> Minor
  • fix -> Patch

References