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!
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 🌱.
- ✅ 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!
Follow these steps carefully to make your first successful contribution:
Click the ⭐ button on the top right corner to show your support.
Click the Fork button at the top right to create a copy of this repo under your GitHub account.
Clone the repo to your local machine using the command below:
git clone https://github.com/YOUR-USERNAME/Hactoberfest2025.gitMake sure to replace YOUR-USERNAME with your actual GitHub username.
cd Hactoberfest2025It's a good practice to make changes in a new branch.
git checkout -b your-branch-nameYou 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.
git add .
git commit -m "Added my contribution for Hacktoberfest 2025"git push origin your-branch-nameGo 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.
- Celebrate 🎉 You just made your first contribution!
- Keep contributing to open-source and growing your skills.
Feel free to open an issue or reach out via discussions. We’re here to support and guide you!
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!
“The journey of a thousand commits begins with a single pull request.” 🚀