Skip to content

su-ndey/CGV-BEI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

303 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Himalayan College of Engineering - BEI Computer Graphics Repository

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.

Important Warning

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.

How to Contribute

To contribute your lab work to this repository, please follow these steps:

1. Fork the Repository

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.

2. Clone Your Fork

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.git

3. Create a New Branch

It's a good practice to create a new branch for each lab or assignment you are working on.

git checkout -b your-branch-name

4. Add Your Work

Add 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.

5. Commit and Push Your Changes

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-name

6. Create a Pull Request

Finally, 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.

Project Structure

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]/
│   └───...
└───...

Code of Conduct

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 34

Languages