Math practice app with chat interface
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
- Create a new branch from
Develop
. - Name the branch
feature/<feature_name>
- After feature is completed and tested, pull requests are given to
Develop
branch.