| Date | Header | Description |
|---|---|---|
| 28th May | Project Application Starts | Mentors and Organizations start submitting their project proposals. |
| 7th June | Project Application Deadline | Hard deadline for submitting Project Proposal. |
| 9th June | Projects Announced | Projects shortlisted for HCSSoC will be announced. |
Follow these steps to successfully submit your Project Application!
- Clone this repository.
git clone https://github.com/Hack-Club-SRM/HCSSoC.git - Head over to the
project_proposalsfolder. - Create a new branch with your GitHub Username as the name of the branch.
git branch usernameIn case you are trying to submit more than one proposal, follow the format below and increment the value with each submission.git branch username-1 - Switch your branch before making any changes so it's easier for you to make the submission.
git checkout username(just replace username with the name of your branch) - Inside the
project_proposalsfolder, checkoutsample.md. Copy the contents of the file. - Create a new file of the following format:
username - Name of Project.mdPaste the contents ofsample.mdand make changes according to your preferences. - After you are through with making changes to your Application, push the file to your branch.
git add .orgit add (name of your file)git commit -m "Application - Name of Project"git push origin (name of branch) - Create a Pull Request and fill out all the details.
If your Application is shortlisted, your Pull Request will be merged and our Team will get in touch with you.
If you face any difficulties with the submission of your Project Application, open an Issue and we'll try our level best to help you out at the earliest.
