Skip to content

raahimirfan100/GitHub-Workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.1%
  • HTML 29.9%
  • CSS 9.0%