The purpose of this repository is to let you practice git. More specifically:
- how to make changes
- create a pull request
- contribute to a public project
- Open
index.html
- Hit the pencil button on the top right corner (to edit)
- Scroll down to the bottom, and find the
tbody
tag - Add your
<tr>
below
<tr>
<th scope="row">#</th>
<td><a href="#" target="_blank">...</a></td>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
- Add a commit message
- Hit propose changes
- Copy the pull request link and drop it in the bootcamp channel discord
- And I will review your changes when I get the chance :)