- Raise a PR here with a file your_name.md the content of the files should be like:
Name: Some name
Email:[email protected]
Branch:OSOS
Year:II
- First fork the repository
https://help.github.com/en/articles/fork-a-repo - Configure git on your local computer
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup - Clone the fork repository locally
https://git-scm.com/docs/git-clone - Create a feature branch
- Modify the contents
- Stage and commit the changes
https://www.atlassian.com/git/tutorials/saving-changes - Push your branch
https://stackoverflow.com/questions/2765421/how-do-i-push-a-new-local-branch-to-a-remote-git-repository-and-track-it-too - Create a PR
https://help.github.com/en/articles/creating-a-pull-request-from-a-fork - Wait for review and Merge ;)