Giter VIP home page Giter VIP logo

hacktoberfest-2021-college's Introduction

Hacktoberfest-2021-College

This repository has been created by GDSC PVGCOET for the Hacktoberfest 2021 Open Source Contributions. It contains all of the assignments performed by students during their college curriculum.

Steps to contribute:

1. Fork this repository

Click on fork button in top right corner

2. Clone your forked repository

Go to your forked repository on Github, and click on the dropdown with green button labelled 'Code'. Copy the URL under HTTP tab. Run following command in your command line,

git clone <link-you-copied>
3. Make your changes

Open the code in your editor and make your changes. Once done, commit them to your forked repository.

4. Create a PR

Open a pull request from your forked repository to this repository here

We'll review the changes as well as the validity of your pull request, and will label your PR as hacktoberfest-accepted if it is valid. Please refer to the section below to understand the rules of contribution.

Rules for Contribution

1. Understanding the folder structure

This repository will have only 4 folders at the root level : FE, SE, TE and BE. Each folder for each year will contain folders for each subject that the students study in that year. The subject folder will contain student's contributions.

For example, the TE folder can contain a folder called CNT, which stands for Computer Networks, that is studied by IT students.

If there isn't a folder for the subject you want to contribute in, you can create the folder. Folder name must be in all caps, and must be short form of subject. For example, folder name of DataStructureandAlgorithms or HumanComputerInteraction will not be accepted, but DSA or HCI will be.

2. Validity of your code

The code that you submit MUST be valid, with no errors, must pass all corner cases as specified by the University syllabus or your teachers, and must be adequately commented. Submissions without appropriate comments will NOT be accepted. The first few lines of program file must have following details as given below.

/*  
*   Name : Firstname surname
*   Class : TE IT
*   Assignment : Assignment 1 : Problem statement of assignment
*   Date: 04 October 2021
*/

3. Resubmitting invalid PR's

If your PR is invalid or doesn't follow any of the rules, it will be closed. In the case of minor changes, we'll ask you to do necessary modifications in it. PR will be closed after 3 days if there is no update with regard to told modifications.

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.