The repository is to encourage beginners to contribute for open source projects. It consists of different issues regarding programming laguages and if you have any ideas on how to resolve the issue then don't hesitate to participate.
You can contribute to the project in following ways
- submit your working algorithm and projects in whatever programming language u want.
- Remove bugs and typos in codes.
- Documentaion.
Just follow the given steps to contribute in any issue:
- Fork the repo
- Clone your forked repo
$ git clone https://github.com/Bhupendrapt5/ Hackoberfest_2020.git
- Create branch
$ git checkout -b <branch-name>
- Stage the changes for commit
$ git add <filename> OR git add . (to commit all changes)
- Commit the changes
$ git commit -m "Commit message"
- Push the changes
$ git push origin <branch-name>
- Make a pull request