Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 467 Bytes

learning

Math practice app with chat interface

Structure

  • Master branch has the updated stable code. (Production ready).
  • Develop branch has the staging / working code.
  • feature branches have a prefix feature/<feature_name> . Eg: feature/text_to_speech

To Contribute

  1. Create a new branch from Develop .
  2. Name the branch feature/<feature_name>
  3. After feature is completed and tested, pull requests are given to Develop branch.