-
Watch this PART-1 video to learn how to contribute - Par
-
Then watch PART-2 video to make a change.
Visit the website to follow development progress.
-
Video Tutorial:Watch this PART-1 video -
go to [project] (https://github.com/Build-One-Project/eservices) and click on the STAR button at top-right
this will allow me to see your username and invite you to the project -
create your own bra
git checkout -b yournamench -
Add your name to the contributors section in
README.md -
Go back to your terminal and track your changes
git add . -
Commit your changes
git commit -m "what did you do?" -
Push your changes to the repo
git push -
You may encounter error in pushing. Copy the new code given to you and paste in terminal. It will look like this
git push --set-upstream origin rufai. -
Finish you are done.
-
Video Tutorial:Watch this PART-2 video -
Check if changes exist on the repo
git pull -
Check what you have done
git status -
Track your changes with
git add . -
Once satisfied with your work
git commit -m "what did you do?" -
Then push your code
git push -
Go to the repo on github, then make a pull request.