Skip to content

BhushanVidhate-27/Hactoberfest2025

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 Hacktoberfest 2025 – Beginner Friendly Repositories 🌱

Welcome to our open-source project!
💥 Whether you're a seasoned developer or just getting started, you're in the right place.
💻 This repository is created to help you make your first-ever Pull Request during Hacktoberfest 2025!
🌟 Let's contribute and grow together!


📌 What is Hacktoberfest?

Hacktoberfest is an annual event organized by DigitalOcean to encourage open-source contributions. Every October, developers from around the globe participate by submitting at least 4 pull requests (PRs) to public GitHub repositories and win exciting swag or plant a tree 🌱.


✨ Why Contribute Here?

  • ✅ Beginner-friendly issues
  • ✅ Simple, meaningful tasks to get you started
  • ✅ Helpful community and easy-to-follow guides
  • ✅ A safe space to learn and grow
  • ✅ Make your first PR with confidence!

📚 How to Contribute (Step-by-Step Guide)

Follow these steps carefully to make your first successful contribution:

1. ⭐ Star this repository

Click the ⭐ button on the top right corner to show your support.


2. 🍴 Fork this repository

Click the Fork button at the top right to create a copy of this repo under your GitHub account.


3. 📥 Clone the forked repository

Clone the repo to your local machine using the command below:

git clone https://github.com/YOUR-USERNAME/Hactoberfest2025.git

Make sure to replace YOUR-USERNAME with your actual GitHub username.


4. 📂 Navigate to the project folder

cd Hactoberfest2025

5. 📄 Create a new branch

It's a good practice to make changes in a new branch.

git checkout -b your-branch-name

6. ✍️ Make your changes

You can do things like:

  • Add your name to the Contributors.md file.
  • Fix typos or add new content to existing files.
  • Add a new program/script to the Programs/ folder.
  • Improve the UI or documentation.

7. ✅ Stage and commit your changes

git add .
git commit -m "Added my contribution for Hacktoberfest 2025"

8. 🚀 Push your changes

git push origin your-branch-name

9. 📝 Create a Pull Request

Go to your forked repository on GitHub and click the “Compare & pull request” button. Add a meaningful title and description to explain your changes, then click Create pull request.


🏆 After Your Pull Request is Merged

  • Celebrate 🎉 You just made your first contribution!
  • Keep contributing to open-source and growing your skills.

💬 Need Help?

Feel free to open an issue or reach out via discussions. We’re here to support and guide you!


❤️ Contributors

A huge thanks to all amazing people who have contributed to this project! You can find your name in the Contributors.md file.

Wanna be on this list? Just follow the guide and make your PR!


📢 Let's Connect


🙌 Keep Contributing & Happy Hacking!

“The journey of a thousand commits begins with a single pull request.” 🚀

About

beginner friendly hactoferfest pull request repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.4%
  • CSS 32.6%
  • HTML 22.6%
  • TypeScript 3.4%