Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

56 lines (46 loc) · 1.35 KB

Contribution Guidelines

  • Fork the Repository

Click on Fork button on top right corner

  • Clone the Repository
$ git clone https://github.com/<YOUR USERNAME>/git-n-github-101.git
  • Make your changes

Convention Followed in the JSON file

  • See the position of comma ,

[
    {
        "avatar": "https://pokeres.bastionbot.org/images/pokemon/1.png",
        "name": "John Doe"
    },
    {
        "avatar": "https://pokeres.bastionbot.org/images/pokemon/1.png",
        "name": "John Doe"
    }
]

[
    {
        "avatar": "https://pokeres.bastionbot.org/images/pokemon/1.png",
        "name": "John Doe"
    }
    ,{
        "avatar": "https://pokeres.bastionbot.org/images/pokemon/1.png",
        "name": "John Doe"
    }
]
  • Push your changes
$ git push origin master
  • Make a Pull Request

Go back to your repo on the GitHub website and make a Pull Request to dscssgi/git-n-github-101

Thank You for attending the session and for your contribution.