This repository contains the computer graphics lab work of all students of BEI (Bachelor of Engineering in Electronics, Communication and Information) at the Himalayan College of Engineering.
Warning: Students must strictly follow the submission guidelines provided in this README. Failure to comply may result in your folders being moved to the "TO BE REMOVED" directory and subsequently removed from the repository.
To contribute your lab work to this repository, please follow these steps:
First, you need to create a fork of this repository to your own GitHub account. You can do this by clicking the "Fork" button on the top right of this page.
Next, clone your forked repository to your local machine. Replace <your-github-username> with your actual GitHub username.
git clone https://github.com/<your-github-username>/CGV-BEI.gitIt's a good practice to create a new branch for each lab or assignment you are working on.
git checkout -b your-branch-nameAdd your lab files to the repository. Please try to follow the existing directory structure, or create a new one for your work if it doesn't exist.
Commit your changes with a clear commit message and push them to your forked repository.
git add .
git commit -m "Add your descriptive commit message here"
git push origin your-branch-nameFinally, go to the original repository on GitHub and create a new Pull Request (PR). Provide a clear title and description for your PR. Your PR will be reviewed and merged into the main repository.
The repository is organized by student names. Each student has their own directory where they can store their lab work.
/
├───[Student_Name_1]/
│ ├───LAB1/
│ │ ├───...
│ └───LAB2/
│ ├───...
├───[Student_Name_2]/
│ └───...
└───...
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. We expect everyone to be respectful of others' work and to provide constructive feedback.
This project is licensed under the MIT License - see the LICENSE.md file for details.