Skip to content

Create year folder structure for college lab organization#1

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-af6cb1ea-d07e-4abd-b6cd-8bae82cae4ef
Draft

Create year folder structure for college lab organization#1
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-af6cb1ea-d07e-4abd-b6cd-8bae82cae4ef

Conversation

Copilot AI commented Sep 11, 2025

Copy link
Copy Markdown

This PR implements the requested folder structure to organize college lab content by academic year.

Changes Made

Added four new directories to organize lab materials by academic year:

  • year 1/ - For first year college lab content
  • year 2/ - For second year college lab content
  • year 3/ - For third year college lab content
  • year 4/ - For fourth year college lab content

Each directory includes a .gitkeep file to ensure the folders are tracked by Git even when empty, allowing future lab content to be organized appropriately.

Repository Structure

The repository now has the following structure:

collegeLab/
├── README.md
├── year 1/
├── year 2/
├── year 3/
└── year 4/

This organization will make it easier for students and instructors to navigate lab materials based on their current academic year and maintain a clear separation of content by difficulty level and curriculum progression.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: samarmaharaj <76878252+samarmaharaj@users.noreply.github.com>
Copilot AI changed the title [WIP] build me following folders: year 1 year 2 year 3 year 4 Create year folder structure for college lab organization Sep 11, 2025
Copilot AI requested a review from samarmaharaj September 11, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants