The 2025 proposals can be found on the repo SammanSarkar/GSoC_archive_2025 and for proposals from 2024 and earlier years you can access here Aritra8438/GSoC_archive
|-Organisation Name
|-Accepted
|-sub-org-name(if any)_project-topic_user-name.pdf
|-Rejected
|-sub-org-name(if any)_project-topic_user-name.pdf
-
Fork this repository using the "Fork" button at the top right.
-
Clone your fork to your local machine:
git clone https://github.com/YOUR_USERNAME/YOUR_FORK.git -
Navigate to the repository:
cd GSoC_archive_2026 -
Add the upstream repository:
git remote add upstream https://github.com/nirmaltodwal7/GSoC_archive_2026.git -
Sync your fork with the main repository:
git pull upstream main --rebase -
Create a new branch for your changes:
git checkout -b add-proposal-<org_name> -
Add your proposal:
- Create a folder named after the organization if it doesn't exist.
- Create Accepted/Rejected folder.
- Place your proposal PDF inside this folder.
-
Commit and push your changes:
git add . git commit -m "Add proposal for <org_name>" git push origin add-proposal-<org_name> -
Create a pull request:
- Go to your forked repository on GitHub.
- Click the "Compare & pull request" button for your branch.
- Submit the pull request.






































