IF you have any doubts regarding "How to merge your first PR" , checkout this video:
Note : Don't add small changes in README file. PRs will be labelled "invalid" & closed immediately . Please add unique Repos
You will be banned indefinetely from Hacktoberfest after two invalid PRs.
- Add favourite project that has significantly impacted to your journey to Open-Source.
- It can be any of any length and can be any number of scripts, just add a folder with your projects name.
- 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 out `git checkout new-user` and `git 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