├── .github └── ISSUE_TEMPLATE │ └── feature_request.md ├── LICENSE ├── README.md ├── Sample-GSoC-Project-Proposal.pdf └── gsoclogo.svg /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rishabh04-02/The-Beginners-Guide-to-Google-Summer-of-Code-GSoC/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rishabh04-02/The-Beginners-Guide-to-Google-Summer-of-Code-GSoC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rishabh04-02/The-Beginners-Guide-to-Google-Summer-of-Code-GSoC/HEAD/README.md -------------------------------------------------------------------------------- /Sample-GSoC-Project-Proposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rishabh04-02/The-Beginners-Guide-to-Google-Summer-of-Code-GSoC/HEAD/Sample-GSoC-Project-Proposal.pdf -------------------------------------------------------------------------------- /gsoclogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rishabh04-02/The-Beginners-Guide-to-Google-Summer-of-Code-GSoC/HEAD/gsoclogo.svg --------------------------------------------------------------------------------