Giter VIP home page Giter VIP logo

cu-mca-worksheets's Introduction

CU MCA Worksheets

Welcome to the CU MCA Worksheets repository! This repository contains worksheets for the MCA course of Chandigarh University.

Contributing Guidelines

You can contribute to this project in following ways:

  • Add a new worksheet.
  • Add a new subject.
  • Improve an existing worksheet.
  • Remove unnecessary worksheets or subjects.

PR Process

  1. Fork the repository:

    • Fork the repository by clicking on the fork button on the top of the page. This will create a copy of this repository in your github account.
  2. Clone the repository:

    • Clone this repository to your local machine. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.
    git clone "url of forked repository"
    • After cloning the repository, move to the repository directory.
    cd CU-MCA-Worksheets
  3. Make a new branch:

    • Once you are in the local repository, create a new branch with your name_uid. For example: Gaurav_Kumar_22MCC20177.
    git checkout -b <your-name_uid>
  4. Make changes in worksheet:

    • To add a new worksheet, create a new folder with your name_uid inside the subject folder and add your worksheet in word format inside your folder.

    For example: if you want to add semester-1 worksheet of DAA subject, create a folder with your name_uid inside Semester-1 > DAA folder and add your worksheet in word format inside your folder.

    mkdir Semester-1/DAA Gaurav_Kumar_22MCC20177
    cd Semester-1/DAA Gaurav_Kumar_22MCC20177
  5. Add Changes and Commit Changes:

    • Add those changes to the branch you just created using the git add command:
    git add .
    • Now commit those changes using the git commit command:
    git commit -m "Added <your-name_uid> worksheet"
  6. Push changes to GitHub:

    • Push your changes to your remote repository on GitHub.
    git push origin <add-your-branch-name>
  7. Submit your changes for review:

    • If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

    • Now submit the pull request.

    • Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

  8. Review Process:

    • Wait for the maintainers to review your pull request.

    • After that, I'll merge the changes and you will get a notification email regarding the merging of your changes.

  9. Congratulations!

    • You have successfully created a pull request and contributed to this project.

cu-mca-worksheets's People

Contributors

gauravkumar1502 avatar khushalgrover avatar

Watchers

 avatar

Forkers

khushalgrover

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.