/github-event

This repo was used for the hands-on-practical session during the "Intro to Version Control | Git and Github" event by DSC AE-FUNAI, DSC FULOKOJA, DSC FUTO, DSC MUBS, DSC Nekede and DSC UICT.

Primary LanguageHTMLApache License 2.0Apache-2.0

Intro to Version Control | Git and Github

This repo was used for the hands-on-practical session during the "Intro to Version Control | Git and Github" event by DSC AE-FUNAI, DSC FULOKOJA, DSC FUTO, DSC MUBS, DSC Nekede and DSC UICT.

All attendees who made pull requests to this repo can be found on https://githubevent.web.app

Attendee Instructions

Having attended the event at https://youtu.be/ZVtSKBNxnAc, 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.

  1. 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).

  2. In your fork, Go to the attendees.json file, found in the public folder.

  3. In the upper right corner of the file view, click edit icon to open the file editor to edit the attendees.json file.

  4. 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",
    "dsc": "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"
  }
  1. Scroll to the end of the attendees.json file, add a comma - , - immediately after the last closing brace - } -, and press the enter key.

  2. On the new line, paste the sample you just copied.

  3. Edit the values with yours, please verify that they are correct. name and dsc are compulsory.

Note:

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.

  1. At the bottom pages, type the following as commit message with your name instead
    YOUR-NAME attended the DSC Github Event
  1. Click on the green Commit changes button.

  2. 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/DSC-AEFUNAI/github-event/compare/main...YOUR-GITHUB-USERNAME:main
  1. Click on the green Create pull request button.

Hooray!!!

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