Skip to content

workshopapps/avatarai.web

Repository files navigation

avatarai.web


Overview

This is The React repository for Avartar AI project.

Contributing

  • Clone your own repository, run git clone "https://github.com/workshopapps/avatarai.web.git"

  • run: git fetch - You must fetch from the dev branch before or after checkout

  • run: git merge dev - Merge updates from remote branch

  • git checkout -b feat/user-login - You are in the ft-user-login branch now where you implement the new feature
    To push to github;

  • git add .

  • git commit -m "ft: implemented user login"

  • git push origin ft-user-login - note how it ends with a branch.

Commit Message Format: chore, feature, bug

For a feature: git commit -m "ft: implemented user log-in"
For a bug: git commit -m "bug: fixed inconsistency in log in screen"
For a chore: git commit -m "chore: updated read me to include API endpoints"

  • Create your PR to the develop branch of this repository.

When making a PR, your PR is expected to have the following comments:

  • What is the task completed ?
  • What the PR actually does ?
  • How can this PR be manually tested ?
  • Any background contexts ? (maybe something a tester might not notice and be useful for testing)
  • Screenshots (of your implementation - a web page, a mobile app screen or an API payload