Skip to content
/ sem3 Public

This repo contains our college lab programs

Notifications You must be signed in to change notification settings

labs1923/sem3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All the lab programs are available in their respective folders. If you want to add anything feel free to create an issue

Lab Manuals

Steps to contribute

  • Fork the repository

  • Clone the fork repo

  • Create new branch

    • git checkout -b (Your-Branch-Name)
  • Add Scripts related to your respective issues.

    • git add
  • Add a commit message !

    • git commit -m "Added your message"
  • Push changes

    • git push origin
  • Push changes

    • git push -u origin <name_of_your_branch>
  • Create pull requests

    • [Try to Mention the related issue for your PR]

Contributing

This repository is contribution friendly. If you'd like to add or improve any algorithm or program for any question, your contribution is welcome!
Don't forget to follow Contribution Guidelines 😃