Skip to content

devUMT25/ossd_y3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ossd_y3

This is the assignment # 2 for OSSD students of section Y3.

OSS Collaboration Practice Repository

This repository is created for students to practice real-world GitHub workflow.

Instructions for Students

Step 1: Fork the Repository

Click the "Fork" button to make your own copy.

Step 2: Clone Your Fork

git clone https://github.com/<your_username>/GitHub_Collab_Template.git

Step 3: Create Your File

Inside the students folder, create a file named like:

22-CS-45_Ali.md

Step 4: Add Details

Example format:

Name:
Roll Number:
Favorite Programming Language:
Future Goal:

Step 5: Commit and Push

git add .
git commit -m "Added details for <Your Name>"
git push

Step 6: Create Pull Request

Go to your forked repo on GitHub Click:

➡️ Compare & Pull Request ➡️ Create Pull Request

Write a short message, like:

Added my information file in students folder.

Step 7: Review Two Other Students’ Pull Requests

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!

About

This is the assignment # 2 for OSSD students of section Y3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages