Skip to content

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

License

Notifications You must be signed in to change notification settings

cocomo29/GitHub-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.