/GitHub-Workshop

an interactive website for teaching GitHub basics and showcasing attendee contributions.

Primary LanguageJavaScriptMIT LicenseMIT

Follow these steps to add your name to the GitHub Workshop website:

  1. Fork this repository.

  2. Create a new branch with your name.

  3. Add your details in attendees.json by following these steps:

    • This is how attendees.json will look like:
    {
       "attendees": [
           { "name": "Abdur Rafay", "username": "arafayr", "university": "UIT" }
       ]
    }
  4. Add a comma ( , ) at the end of the line above you and copy the remaining line.

  5. Add your details so the JSON looks like this:

{
   "attendees": [
       { "name": "Abdur Rafay", "username": "arafayr", "university": "UIT" },
       { "name": "Your Name", "username": "Your GitHub Username", "university": "Your University" }
   ]
}
  1. Commit your changes and push your branch to your forked repository.

  2. Create a pull request to this repository.