Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A friendly repository to help people in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project!

License

Notifications You must be signed in to change notification settings

Stefancanvas/Hackoberfest_2020

 
 

Repository files navigation

Hackoberfest_2020


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.

How to Contribute?

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

About

A friendly repository to help people in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.4%
  • C 26.3%
  • JavaScript 12.3%
  • HTML 2.0%