Skip to content

Hacktoberfest 2021 repository of DSC VIT Pune. Participate in Hacktoberfest by contributing your coding problems solutions here!

License

Notifications You must be signed in to change notification settings

Sourajita3/dsc-hacktoberfest-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest-2021

Repository designed for beginners to contribute to open-source

Note

We want to encourage developers to start open-source contributions not only on our repositories but others as well. Keeping this in mind we are allowing only 1 pull request per contributor.

What is Hacktoberfest?

Hacktoberfest is a month-long virtual festival event to celebrate open source contributions presented by DigitalOcean. It is the easiest way to get into open source!

Capture You can learn more about Hacktoberfest here!

Rules
To qualify for the official limited edition Hacktoberfest shirt, you must register and make four pull requests (PRs) between October 1-31 (in any time zone). PRs can be made to any public repository on GitHub/GitLab, which solve the issues labelled as hacktoberfest.

Note: If a maintainer reports your pull request as spam or behaviour, not in line with the project’s code of conduct, you will be ineligible to participate. Also, this year, the first 50,000 participants who complete the challenge will earn a T-shirt.

How to contribute

Submit your pull request here for Hacktoberfest-2021 in any language you prefer, if the language folder is not present, create one as a part of it, after the script add your name and GitHub profile into Contributors.md file.

Check the Contribution guide to find out how to start contributing and other guidelines.

Contribution Guidelines

Note: Start working only after you have been assigned the task. Pull requests made to unassigned tasks will be rejected.

  • If you create a new issue, wait for the maintainers to assign it to you as well.
  • If the directory for your question is not present, create one with the format Find_Middle_of_Linked_List.
    • Note the underscores and title case of the words
  • Add your script file inside the question directory and name it as Firstname_Lastname.extension
    • Extension can be any language like .c, .cpp, .py, etc.
    • Make sure the filename is in the title case
    • Add a comment section at the top including an explanation for your algorithm
    • Also add the time and space complexities at the top
  • Do not create a script with only a Solution class. Add boilerplate code so maintainers can run the code locally.
  • Do not overwrite contributions done by other people.

About

Hacktoberfest 2021 repository of DSC VIT Pune. Participate in Hacktoberfest by contributing your coding problems solutions here!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.5%
  • Python 10.9%
  • Rust 6.9%
  • JavaScript 3.7%