hacktoberfest
2
stars
23
forks
source link
🙄 What to do ❓
- 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.
🧠 How to do ❓
- 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
Best of LUCK 🙌 for Hacktoberfest-2021