-
Go to master branch
-
pullall data from remote repository -
Create a branch
branch name pattern:task-[Task name]
Example:task-Git -
Create a folder folder name must be the same like a branch name
-
Go to created in step 4 folder
-
Implement your code
-
Commit code to git
-
pushcode to remote repository -
Create Pull Request(PR) and assign this PR to your teacher
Important:- Changes must not contain commented code, unnecessary files, changes from other branches and generated files like *.bundle.js. Please review your changes before contributing. .editorconfig, .gitignore, etc. can be included
-
Send the link to PR to teacher
-
Waiting review