To start contributing, create your own copy of this repository:
1. Go to the top-right corner of this page.
2. Click Fork — GitHub will create a copy of this repo under your account.
That fork is where you will make your changes and push your work.
git clone <your‑fork‑url>
cd Nirman5.0
Each team already has a folder. Navigate to your team’s folder only:
cd <Your_Team_Name>
- Add files
- Update files
- Create subfolders
- Editing other teams’ folders
- Editing files outside your folder
- Changing root‑level files (README, workflows, etc.)
📌 Stay strictly inside:
./<Your_Team_Name>/
git add .
git commit -m "Updated <Your_Team_Name>"
git push
Go to your fork → click Compare & Pull Request → submit your changes for review.
✨ Build boldly. Innovate fearlessly. Welcome to Nirman 5.0!