├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ └── submission.yml └── README.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/submission.yml: -------------------------------------------------------------------------------- 1 | name: Cloud Community Hackday Submission 2 | description: Make your submission to Cloud Community Hackday 3 | title: "Submission: " 4 | labels: ["submission"] 5 | body: 6 | - type: input 7 | id: team-name 8 | attributes: 9 | label: Team Name 10 | validations: 11 | required: true 12 | - type: textarea 13 | id: team-members 14 | attributes: 15 | label: Team members 16 | description: Mention details of all team members in case there is a change 17 | value: | 18 | Member # 1 19 | Name: 20 | Email: 21 | Twitter handle (hyperlinked): 22 | 23 | Member # 2 24 | Name: 25 | Twitter handle (hyperlinked): 26 | 27 | Member # 3 28 | Name: 29 | Twitter handle (hyperlinked): 30 | validations: 31 | required: true 32 | 33 | - type: input 34 | id: project-name 35 | attributes: 36 | label: Project Name 37 | validations: 38 | required: true 39 | - type: input 40 | id: contact 41 | attributes: 42 | label: Contact Details (Leader) 43 | description: How can we get in touch with you if we need more info? 44 | placeholder: ex. email@example.com 45 | validations: 46 | required: true 47 | - type: dropdown 48 | id: project-track 49 | attributes: 50 | label: Project Track 51 | description: For which track are you submitting your project? 52 | options: 53 | - Healthcare 54 | - Education 55 | - Fin-Tech 56 | - Sustainability 57 | - Community 58 | - Open Innovation 59 | validations: 60 | required: true 61 | - type: input 62 | id: project-repo 63 | attributes: 64 | label: Link to project GitHub public repo 65 | validations: 66 | required: true 67 | - type: input 68 | id: website-link 69 | attributes: 70 | label: Link to project website 71 | description: If you have any live link or any other link to showcase 72 | validations: 73 | required: false 74 | - type: input 75 | id: demo-link 76 | attributes: 77 | label: Link to demo video 78 | validations: 79 | required: true 80 | - type: textarea 81 | id: inspiration 82 | attributes: 83 | label: Inspiration 84 | description: What was your inspiration behind making this project? 85 | validations: 86 | required: true 87 | - type: textarea 88 | id: what-it-does 89 | attributes: 90 | label: What it does 91 | description: Explain in short what your project does & problem it solves 92 | validations: 93 | required: true 94 | - type: textarea 95 | id: challenges-you-ran-into 96 | attributes: 97 | label: Challenges you ran into 98 | description: What challenges did you face during this hack? 99 | validations: 100 | required: true 101 | - type: textarea 102 | id: anything-else 103 | attributes: 104 | label: Anything else? 105 | description: | 106 | Anything else you that you want to share with us? 107 | 108 | Tip: You can attach images or files by clicking this area to highlight it and then dragging files in. 109 | validations: 110 | required: false 111 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ![Cloud Community Hackday](https://user-images.githubusercontent.com/46371923/183735219-d628d22d-b8a9-40c6-9333-7a0d4d7cc0f1.png) 4 | 5 |

A 48 Hours Community Hackathon organized by GDG Cloud Kolkata.

6 | 7 | ## How to submit: 8 | - Register for Cloud Community Hackday using this [Google Form](https://forms.gle/1aW6Uc1swXGasSPe9). 9 | - Login to your GitHub account 10 | - Upload your code to GitHub public repository. Complete source code must be available to the judges during the Hackathon. 11 | - Make sure that the following are taken into consideration before submitting (failure to do so will result in disqualification) : 12 | 1. Make sure you have your code link ready 13 | 2. All the necessary instructions and documentation are included in the project README file. 14 | 3. Demo Video link for the project 15 | - Tell us about your project 16 | - Demo of your project 17 | - Explain how you fit within your selected track 18 | - Video must be in English 19 | - Duration of the video must be in 2-3 Minutes. 20 | - Upload your video to YouTube/Vimeo or any other platform where it is publicly visible 21 | 4. Include the deployed link (if you have any). 22 | - Start a new **[submission issue](https://github.com/gdgcloudkol/hackday/issues/new?assignees=&labels=submission&template=submission.yml&title=Submission%3A+%3Cteam+name%3E)**. 23 | - Mention team name, email of POC, and track submitting for. 24 | - Submit the issue. 25 | - Success 🎉 26 | 27 | ## Submissions Rules: 28 | 29 | All the Project Submissions have to be done by making an issue in this repository. The guidelines to follow for the same have been mentioned below: 30 | - The Team Leader has to open up an Issue for project submission using their GitHub Account [here](https://github.com/gdgcloudkol/hackday/issues/new?assignees=&labels=submission&template=submission.yml&title=Submission%3A+%3Cteam+name%3E). 31 | - The Issue Template should be strictly followed. A submission not following the same would be termed as an **INVALID SUBMISSION**. 32 | - For the submissions out of the given tracks will also qualify as **VALID SUBMISSION**. 33 | - You should have to make or join a team of **Minimum of 1 Member** & **Maximum of 3 Members**. And, teams of 3 members must have at least **1 Female Member**. 34 | - A project will be counted as valid only if it's created within 48 Hours of the given timeline i.e., **19th Aug, 10 PM - 21st Aug, 10 PM** 35 | 36 | ## Project Tracks: 37 | 38 | **Choose from the below tracks:** 39 | - Healthcare 40 | - Education 41 | - Fin-Tech 42 | - Sustainability 43 | - Community 44 | - Open Innovation 45 | 46 | ## Perks & Prizes: 47 | 48 | **Cash Prizes will be** 🤑 49 | - 15k to first prize winner 50 | - 10k to second prize winner 51 | - 5k to best submission from all-female team 52 | 53 | **Perks apart from Prizes** 54 | - **Conference passes:** Top 3 winning teams 55 | - **Workshop passes:** Top 20 qualifying teams 56 | - **Project showcase on Workshop day:** Top 10 teams 57 | 58 | ## Timeline 59 | 60 | Teams can register on [Google Form](https://forms.gle/1aW6Uc1swXGasSPe9) and make a submission on GitHub [here](https://github.com/gdgcloudkol/hackday/issues/new?assignees=&labels=submission&template=submission.yml&title=Submission%3A+%3Cteam+name%3E): 61 | - Registration Starts: `10th Aug 2022, 12:00 PM IST` 62 | - Opening Ceremony [Online]: `19th Aug 2022, 9 PM IST` 63 | - Hackathon Starts: `19th Aug 2022, 10:00 PM IST` 64 | - Hackathon Ends: `21st Aug 2022, 10:00 PM IST` 65 | - TOP 20 Team Announcement: `26th Aug 2022` 66 | - Pitch from TOP 10 Teams [Offline]: `27th Aug 2022` 67 | - Winners Announcement [Offline]: `28th Aug 2022` 68 | 69 | *No late submissions will be accepted as we need to give conference tickets to the valid submissions and winners.* 70 | 71 | ## Contact : 72 | 73 | You may contact us via email at `gdgcloudkol@gmail.com` for queries or you can also drop your query on our [Telegram Channel](https://t.me/gdgcloudkol) to resolve your doubt faster. 74 | 75 | All the Best!! :rocket: 76 | --------------------------------------------------------------------------------