Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 394 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 394 Bytes

To contribute to this project, please follow the below mentioned Commit Message Guidelines.

  1. For adding any file => "Added - message/file name"
  2. For modifying UI => "Updated - message/file name UI"
  3. For functionality => "Updated - message/file name screen"
  4. For refactoring => "Refactored - message"
  5. For bug fix => "Bug fix - message"
  6. Changed something => "Hot fix - message"