Note: This guide will act as a set of rules, that are required to be followed by anyone who is contributing into this project. If you have a better way, then feel free to raise an issue against that particular guideline
-
Use simple names for files or folders and keep the pattern consistent
-
We are following the Airbnb Style Guide
-
Branch name should follow this format: (type)/(small-description)
Type Example Commit Prefix Feature feature/small-description feat: Bug bug/small-description fix: Hot Fix hotfix/small-description fix: Docs docs/small-description docs: -
Make sure to create new branch for every ticket.
-
Prefix your commit messages with
fix:
,feat:
, ordocs:
-
Write meaningful commit messages, will prefer if every commit also includes ticket number.
-
PR should include ticket url and proper description.