Use this repository to make your first contribution to an open-source project on GitHub! It’s a simple, beginner-friendly project designed to help you practice making your first pull request before contributing to larger projects.
Celebrate Hacktoberfest 2025 by getting involved in the open-source community through small, meaningful contributions.
⭐ Star and share this repository if you find it helpful!
- You are allowed to make fun or experimental pull requests — we merge them all.
- Do not add build steps (e.g.,
npm install) — this should remain a simple static project. - Do not remove existing content.
- Your code or styling can be clean, creative, or even a bit messy — as long as it works.
- Keep pull requests small to minimize merge conflicts.
-
Fork this repository (use the Fork button on the top right).
-
Clone your forked copy to your local machine:
git clone https://github.com/<your-username>/Hacktoberfest_2025.git
-
Navigate to the project directory:
cd Hacktoberfest_2025 -
Create a new branch for your contribution:
git checkout -b my-new-branch
-
Make your changes — add, edit, or improve anything you like!
-
Stage your changes:
git add . -
Commit with a meaningful message:
git commit -m "Add <file_name>" -
Push your branch:
git push origin my-new-branch
-
Create a Pull Request from your forked repository on GitHub.
- Keep your contributions simple and creative.
- Explore others’ pull requests to learn how open-source collaboration works.
- Don’t hesitate to experiment — that’s how you learn!