This repo was used for the hands-on-practical session during the "Intro to Version Control | Git and Github" event by GDSC AE-FUNAI, GDSC FULOKOJA, GDSC FUTO, GDSC MUBS, GDSC Nekede and GDSC UICT.
All attendees who made pull requests to this repo can be found on https://githubevent.web.app
Having attended the event at https://youtu.be/uf12u9keG10, send your pull request to get your name on the event site at https://githubevent.web.app. Carryout the following instructions, to make your pull request. If you do not have a GitHub account, first create one here.
-
Fork this repository by clicking on Fork at the top right corner of this page (Be sure you are viewing this README from github.com and as a desktop site).
-
In your fork, Go to the
attendees.json
file, found in thepublic
folder. -
In the upper right corner of the file view, click to open the file editor to edit the
attendees.json
file. -
Copy the sample attendee from the first opening brace - { - (on line 2) to the first closing brace - } - (on line 11), without the comma. What you copy should look like the following:
{
"name": "Your Name",
"gdsc": "Your School (Abbreviated)",
"website": "https://example.com",
"linkedin": "https://linkedin.com/xx/xxx",
"facebook": "https://facebook.com/xxx",
"twitter": "Your Twitter Username",
"github": "Your Github Username",
"instagram": "Your Instagram Username"
}
-
Scroll to the end of the
attendees.json
file, add a comma - , - immediately after the last closing brace - } -, and press the enter key. -
On the new line, paste the sample you just copied.
-
Edit the values with yours, please verify that they are correct.
name
andgdsc
are compulsory.
If you don't have any of the social media, please delete the sample value for that social media and leave the quotation marks empty.
- At the bottom of the page, type the following as the title of your commit message with your name instead
YOUR-NAME attended the GDSC Github Event
-
Click on the green
Commit changes
button. -
Visit the following link on a new tab, be sure to use your github username instead (don't delete the three full stops).
https://github.com/gdscaefunai/github-event/compare/main...YOUR-GITHUB-USERNAME:main
- At the top of the page, type the following as the title of your pull request with your name instead
YOUR-NAME attended the GDSC Github Event
- Click on the green
Create pull request
button.
You have just made a pull request, it will be merged later on and your name will reflect on the event site at https://githubevent.web.app