Skip to content

Hasintha-98/Learning-Zone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest21

Hello Hackers!🙌 HacktoberFest has begun again for year 2021, and everyone's excited to get started!

About Hacktoberfest

  • Hacktoberfest is a month-long celebration of open source software run by DigitalOcean. During the month of October, they invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects.

Contribute between: 1 OCTOBER - 31 OCTOBER

Create a Pull request and add any feature update to the repository.

Click here to register for hacktoberfest2021.

How you can contribute in *hacktoberfest 2021* 🙌

https://hacktoberfest.digitalocean.com/

Rules for contribution

1) Star⭐ and Fork this repository.

2) Participant can contribute anything he wishes for.

3) Make sure to pull request in the respective folder.

4) Add valid program (or code) on that sub repository.

5) Don't just copy and paste code from other website/blogs

6) Don't forget to add the problem statement , comments and complexity.⚠️⚠️ It's a must part.

  • Create a branch
git clone <link>
  • Make your changes.
  • Commit and push your code.
git add .
git commit -m 'Commit message'
git push origin branch-name

7) Commit the change and generate a valid pull request.

8) After carefully reviewing your code , if it is valid then it will be merged otherwise discarded.