The goal of this repo is to help beginners doing their first pull requests. Feel free to join!
In the index file. Look for the 'ul' tag. Then insert a 'li' tag with your link to your profile.
- Click on the fork on the top to fork this repo.
- Go to your repo where you fork the project.
- Hit the clone button on your repo of the forked repo and copy the given link.
- On your terminal / command prompt, type "git clone [put the link here]".
- Change the index file in the folder.
- Afterwards, on your terminal / command prompt, type "git add index.html". Then 'git commit -m "[type a message]" '.
- Push the commit. For example, type "git push origin master".
- Go to back to the original repo
- Hit new pull request and compare between forks.
- Confirm the pull request and thats it!
Make sure git is installed.