Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.54 KB

File metadata and controls

54 lines (29 loc) · 1.54 KB

HOW TO CONTRIBUTE TO ESERVICES PROJECT

Video Tutorial

  1. Watch this PART-1 video to learn how to contribute - Par

  2. Then watch PART-2 video to make a change.

Website

Visit the website to follow development progress.

STEPS PART-1

  1. Video Tutorial: Watch this PART-1 video

  2. 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

  3. create your own bragit checkout -b yournamench

  4. Add your name to the contributors section in README.md

  5. Go back to your terminal and track your changes git add .

  6. Commit your changes git commit -m "what did you do?"

  7. Push your changes to the repo git push

  8. 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.

  9. Finish you are done.

STEPS PART-2

Make sure your are in your branch before doing this step. Don't enter another person's branch.

  1. Video Tutorial: Watch this PART-2 video

  2. Check if changes exist on the repo git pull

  3. Check what you have done git status

  4. Track your changes with git add .

  5. Once satisfied with your work git commit -m "what did you do?"

  6. Then push your code git push

  7. Go to the repo on github, then make a pull request.