Skip to content

sliitsesc/Year3-Sem2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Year3-Sem2

SE Year 3 Sem 2

Introduction

For all lecture notes, labs, tutorials, answer scripts and learning material.

Contributors

Contribution Guide

  1. Fork the repository

  2. Clone the repository

git clone <URL>
  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
  1. Do your modifications

  2. Stage Changes and commit

git add .
git commit -m "<Commit message>"
  1. Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
  1. Make a Pull Request. See the guide for more details Link

Folder structure

  1. If the folder for a module exists, add sub-folders for the type of note inside the module folder.
<MODULE FOLDER> -> <Sub-folder>
  1. If the folder for the module does not exist, create a folder for the module with the following naming convention.
<MODULE NAME>

Naming files

For files names use the following convention.

<MODULE CODE>_<FILE NAME>
eg:-DBS_L01

For large files

Use git lfs.

See the guide for more details Link

Releases

No releases published

Packages

No packages published