Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 578 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 578 Bytes

Contributing Guidelines

Installation

  • Android Studio, along with Android API 23, 22 and 15
  • [Optional] Genymotion Emulator to test, best test it in your own mobile

Development

  • Fork this repo, and create your own dev branch
  • After making changes, open a PR
  • New functions should be commented properly

Git Commit Messages

  • Improper / not formatted git messages wont be accepted
  • Read proper git message rules

Questions