This project aims to help the beginners to make their first contribution. You can submit as many pull requests as you want as long as all of them are unique and useful programs written in any given language
- Fork this repo
- Clone on your local machine
$ git clone https://github.com/LON3WO7F/OpenSource-2020.git - Change to
OpenSource-2020directory$ cd OpenSource-2020 - Create a new branch
$ git checkout -b my-new-branch - Add your contribution
- Commit and push
$ git add .$ git commit -m "your-commit-msg"$ git push origin my-new-branch - Create a new pull request from your forked repository to
masterbranch ofLON3WO7F/OpenSource-2020
