Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 731 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 731 Bytes

Repository contributing rules

Direct commits in main branch are prohibited.
Every pull-request should be reviewed by at least one member of the team.

Branch naming

for Features create feature/<brief-name> brranches
for Fixes create fix/<brief-name> brranches
for Docs create docs/<brief-name> brranches \ for Others create chore/<brief-name> brranches

Pull-request naming

Features should have 🚀 feature: prefix
Fixes should have 🩹 fix: prefix
Docs should have 📚 docs: prefix
Others should have 🧹 chore: prefix

Commits

Please make sure your commit message is clear and concise.
Please separate different logical changes to separate commits.