Welcome to Industrus Tech's Open Source Repository for Hacktoberfest 2025!
This repository is open to students, developers, and beginners who wish to make their first contribution to open source.
-
Register for Hacktoberfest
Visit https://hacktoberfest.com and sign up using your GitHub or GitLab account. -
Fork this repository
- Click the “Fork” button (top-right corner)
- Clone your fork locally:
git clone https://github.com/industrustech/Industrus-Tech-VCS-Hack-2025.git
-
Create a new branch
git checkout -b feature/<your-idea>
-
Make your changes Add your code, documentation, or creative ideas inside the projects/ folder.
-
Commit and push git add . git commit -m "Added new project: " git push origin feature/
-
Create a Pull Request Go to your fork on GitHub Click “Compare & Pull Request” Add a short description of your contribution Make sure to select the “hacktoberfest” label