This is the assignment # 2 for OSSD students of section Y3.
This repository is created for students to practice real-world GitHub workflow.
Click the "Fork" button to make your own copy.
git clone https://github.com/<your_username>/GitHub_Collab_Template.gitInside the students folder, create a file named like:
22-CS-45_Ali.md
Example format:
Name:
Roll Number:
Favorite Programming Language:
Future Goal:
git add .
git commit -m "Added details for <Your Name>"
git pushGo to your forked repo on GitHub Click:
➡️ Compare & Pull Request ➡️ Create Pull Request
Write a short message, like:
Visit classmates' PRs and leave one comment each, such as:
Missing roll number
Incorrect file format
Missing field
Example comment:
Please add your favorite programming language.
This simulates peer code review.
⭐ Important Rules
❌ Do NOT edit files of other students ❌ Do NOT modify README.md ❌ Your file MUST be inside /students
✔ Use a meaningful commit message ✔ Push only relevant changes
🧠 Why This Matters?
This exercise teaches:
💡 Version control 💡 Team collaboration 💡 Code review culture 💡 Professional workflow
which is exactly how modern software teams operate. Happy Coding!