Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.19 KB

PROJECT_GUIDELINES.MD

File metadata and controls

25 lines (17 loc) · 1.19 KB

Project Guidelines

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

Important points

  1. 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:
  2. Make sure to create new branch for every ticket.

  3. Prefix your commit messages with fix:, feat:, or docs:

  4. Write meaningful commit messages, will prefer if every commit also includes ticket number.

  5. PR should include ticket url and proper description.