Skip to content

param3026/Hacktoberfest2021

 
 

Repository files navigation

🎉 Hacktoberfest 2021 – Beginner Friendly Open Source Contributions

GitHub Issues Pull Requests Contributions Welcome MIT License

Welcome to Hacktoberfest 2021. This repository exists to help beginners make their very first open-source contributions. You can add your programs, algorithms, or small projects in any programming language.

Make 4 valid PRs this October and celebrate coding while earning swag 🎁


📌 Table of Contents

  1. What is Hacktoberfest?
  2. How to Contribute
  3. Rules
  4. Folder Structure
  5. How to Make a Pull Request
  6. Good First Issues
  7. Community & Conduct
  8. License

❓ What is Hacktoberfest?

Hacktoberfest is an annual open-source event supported by GitHub and DigitalOcean.

✅ Make 4 valid PRs in October
✅ Support open-source projects
✅ Learn and improve your coding skills


🛠 How to Contribute

You can:

✔ Add a new program or script
✔ Fix bugs or improve code quality
✔ Add documentation or comments
✔ Create new folders for missing languages

Any meaningful contribution is welcome.


📜 Rules

  1. Add your file inside the correct language folder
  2. Give your file a unique and descriptive name
  3. Explain logic using comments if possible
  4. No spam or duplicate solutions
  5. Single-line PRs without value will be marked invalid

Maintainers want this repo to be a helpful resource for beginners.


🗂 Folder Structure

📦 Hacktoberfest2021 ┣ 📁 C++ ┣ 📁 Python ┣ 📁 Java ┣ 📁 JavaScript ┣ 📁 Web-Development ┣ 📁 Other-Languages ┗ 📄 README.md

If your language does not exist, create a folder for it.


✅ How to Make a Pull Request

git clone https://github.com/<your-username>/Hacktoberfest2021
cd Hacktoberfest2021
git checkout -b my-new-branch
git add .
git commit -m "Added <program-name> in <language>"
git push origin my-new-branch

About

Contribute on this repository with valid pull request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 40.8%
  • C 21.0%
  • Python 12.8%
  • Jupyter Notebook 10.9%
  • Java 10.7%
  • HTML 2.1%
  • Other 1.7%