This repository contains GSoC Proposals submitted by various aspirants across the years. The proposals have been sorted firstly on the basis of the organization to which they were applied and accepted.
NOTE - This repo is not affiliated with Google or Google Summer of Code
Root folder contains years of GSoC respectively
Every year folder in the repo contains organization to which a particular proposal was submitted to .
The files will follow the following naming convention ProjectName_Name/usernameOfContributor.pdf
|-Year
|-Organisation Name
|-Proposal
We follow a systematic Git Workflow -
- Create a fork of this repo.
- Clone your fork of your repo on your pc.
- Add Upstream to your clone
- Every change that you do, it has to be on a branch. Commits on master would directly be closed.
- Make sure that before you create a new branch for new changes,syncing with upstream is neccesary.
- Write clear meaningful git commit messages (Do read this).