Follow these steps to add your name to the GitHub Workshop website:
-
Fork this repository.
-
Create a new branch with your name.
-
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" } ] }
-
Add a comma (
,
) at the end of the line above you and copy the remaining line. -
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" }
]
}
-
Commit your changes and push your branch to your forked repository.
-
Create a pull request to this repository.