FORK the repoClone your forked repo- Create new Branch
$ git checkout review/<your-name> - Go to
/src/review.jsyou will get a array of objectsreviews. - Copy the following object schema and replace the values
You can leave the
{ name: "Your Name", //string rollno: "Your Roll No.", //string rate: rating-Out-Of-5, //number review: "Good Workshop", //string improvements: [ //Array of Strings "improvement 1", "improvement 2" ], },improvementsblank like thisimprovements: [], if you have noting to say. - Add a new object in that
reviwsarray. -
$ git add . -
$ git commit -m "Add your message" -
$ git push origin review/<your-name> - Go to your git hub and switch to the branch
review/<your-name> - Create a pull request with a as title and in the description.