Skip to content

Hackoberfest Project - My Contributions - Added README.md with suitable information & guidelines to be followed

Notifications You must be signed in to change notification settings

KedarKK1/freecodedatabase

 
 

Repository files navigation

freecodedatabase

A code database of simple codes for hacktoberfest

HactoberFest2020-For_All_Beginers


Event details :

  • Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.

  • Hacktoberfest is a celebration open to everyone in our global community.

  • Pull requests can be made in any GitHub-hosted repositories/projects.

  • You can sign up anytime between October 1 and October 31.

HacktoberFest Rules :

To earn your Hacktoberfest tee or tree reward, you must register and make four valid pull requests (PRs) between October 1-31 (in any time zone). PRs can be made to any public repo on GitHub, not only the ones with issues labeled Hacktoberfest. If a maintainer reports your pull request as spam or behavior not in line with the project’s code of conduct, you will be ineligible to participate. This year, the first 70,000 participants who successfully complete the challenge will be eligible to receive a prize.



Whether it’s your first or fiftieth pull request, there’s always more to learn! We’ve put together a few resources that can help you create quality pull requests, keep your repositories pristine, and build on your open source knowledge.



Rules To Contribute To This Repo

  • Use Python.
  • Data Structure.
  • Anything valuable.

Steps For Contribution

1. Fork this repo
2. Star this repo
3. Add a file
4. commit the code
5. Make pull request

Some Basic Program in Various Languages.

Update your Repository with main

Add the remote, call it "upstream" :

git remote add upstream https://github.com/sammyBrokeTheWeb/freecodedatabase

Fetch all the branches of that remote into remote-tracking branches, such as upstream/main:

git fetch upstream 

Make sure that you're on your main branch:

git checkout main 

Rewrite your main branch so that any commits of yours that aren't already in upstream/main are replayed on top of that other branch:

git rebase upstream/main

Project Contributors

Thank You

About

Hackoberfest Project - My Contributions - Added README.md with suitable information & guidelines to be followed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%