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.
Note : Pull requests will be merged after every few hours by maintainers. Kindly do not ask maintainers to merge your PR on urgent basis, please be patient. Only one pull request per person is allowed.
Completing all 5 steps is important for your pull request to get accepted.
Click on star button in top right corner
Click on fork button in top right corner
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>
Open the code in your editor and make your changes. Once done, commit them to your forked repository.
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.
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.
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
*/
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.