This project has 3 subdirectories for each group
You should contribute based on your sub-team directory. Failure to do that will lead to rejection.
No Need to fork the repository. All tasks will be done here
-
Clone this repository to your machine.
git clone https://github.com/zuri-training/auth_wiki_team_1_project
-
Create a new branch(use ur task title as the branch name).
git fetch origin
git checkout dev-main
git checkout -b {task-title}
-
Make all changes on the branch you just created branch.
-
Commit changes to the branch and push to the repository.
-
Come back to to the repository and open a pull request on the
dev-main
branch. -
Link the pull request with your issue.
-
Do not merge your pull request yourself. Wait for review and merging.
Notes:
Repeat above steps from 2 to 7 for any new task.
For update on a specific task, repeat from step 3 to 7