- Register yourself for Hacktoberfest 2021
- Fork the project
- Make relevant changes in your forked repo as per the guidelines
- On this repo, click
Pull Requests
and raise aPull Request
selecting your fork on the right drop down
Questions can be asked by raising an Issue
.
- Clone your forked repository to your pc ( git clone "url from clone option.)
- Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
andgit checkout -b new-user
) - Add your Project in the folder name
project
- Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
) - Create a pull request
- Star this repository