Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreeja-2003 authored Oct 2, 2024
0 parents commit 71a54c0
Show file tree
Hide file tree
Showing 5 changed files with 1,075 additions and 0 deletions.
100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/submission.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: Hackathon Submission
description: Add a hackathon submission
title: "[Project]: "
labels: ["submission", "needreview"]
body:
- type: markdown
attributes:
value: |
Thanks for participating in the hackathon and creating your submission!
- type: input
id: name
attributes:
label: Name
description: Enter your full name
placeholder: Aditya Oberai
validations:
required: true
- type: input
id: email
attributes:
label: Email Address
description: Enter your email address
placeholder: [email protected]
validations:
required: true
- type: input
id: team-emails
attributes:
label: Email Addresses of Team Members
description: Enter the email addresses of you team members separated by commas (if you have any)
placeholder: [email protected], [email protected], [email protected],...
validations:
required: false
- type: textarea
id: description
attributes:
label: Project Description
description: What have you built during the hackathon?
placeholder: The project I created is...
validations:
required: true
- type: textarea
id: inspiration
attributes:
label: Inspiration behind the Project
description: What is the story behind this project? Why did you choose to work on this specific idea?
placeholder: The reason I chose this idea/project was...
validations:
required: true
- type: textarea
id: tech-stack
attributes:
label: Tech Stack
description: How have you built this project? Mention the technologies/methods/platforms you used to build your project
placeholder: The technologies I used...
validations:
required: true
- type: dropdown
id: track
attributes:
label: Hackathon Track
description: What hackathon track are you opting in?
options:
- Track 1
- Track 2
- Track 3
- Track 4
validations:
required: true
- type: input
id: project-link
attributes:
label: Project Repo
description: Share a public repo link of your project
placeholder: https://github.com/code-capture/CodeCapture-Xamarin
validations:
required: true
- type: input
id: demo-link
attributes:
label: Demo Video/Photos
description: Share a publicly visible demo video/photos link of your project
placeholder: https://www.youtube.com/watch?v=9IBaX1avYWc
validations:
required: false
- type: textarea
id: anything-else
attributes:
label: Anything Else?
description: Any other feedback, queries or information, you would like to share with us?
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Rules and Code of Conduct
description: By submitting this issue, you agree to follow our Rules and Code of Conduct.
options:
- label: I agree to follow this hackathon's Rules and Code of Conduct
required: true
60 changes: 60 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# The Hack Code Of Conduct

## The Quick Version

Our hackathon is dedicated to providing a safe and comfortable environment and harassment-free experience for everyone, regardless of the following:

* gender
* gender identity and expression
* age
* sexual orientation
* disability
* physical appearance
* body size
* race
* ethnicity
* nationality
* religion
* political views
* previous hackathon attendance or lack of
* computing experience or lack of
* chosen programming language or tech stack

We do not tolerate harassment of hackathon participants in any form. Sexual language and imagery is not appropriate at any hackathon venue, this includes the following.

* hacks
* talks, presentations, or demos
* workshops
* any parties associated to the hackathon
* social media
* any other online media

---

## The Less Quick Version

Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, nationality, religion or political views, sexual images in public spaces, deliberate intimidation, stalking, following, photography or audio/video recording against reasonable consent, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.

Photography is encouraged, but other participants must be given a reasonable chance to opt out from being photographed. If they object to the taking of their photograph, comply with their request. It is inappropriate to take photographs in contexts where people have a reasonable expectation of privacy (in bathrooms or where participants are sleeping).

Participants asked to stop any harassing behavior are expected to comply immediately.

As this is a hackathon, we like to explicitly note that the hacks created at our hackathon are equally subject to the anti-harassment policy.

Sponsors and partners are also subject to the anti-harassment policy. In particular, sponsors should not use sexualised images, activities, or other material. Sponsor representatives (including volunteers) should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.

If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of hackathon staff immediately.

Hackathon staff will be happy to help participants contact any local security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the hackathon. We value your attendance.

If a participant engages in harassing behavior, the hackathon organisers may take any action they deem appropriate. This includes warning the offender, expulsion from the hackathon with no refund (if applicable), or reporting their behaviour to local law enforcement.

We expect participants to follow these rules at hackathon and workshop venues and hackathon-related social events.

---

## Attribution

This Code of Conduct has been taken from [hackcodeofconduct.org](https://hackcodeofconduct.org/) and created by [Cristiano Betta](https://betta.io/).
The Code is available [here on GitHub](https://github.com/cbetta/hackcoc/).
Feel free to make any suggestions or create your own version.
Loading

0 comments on commit 71a54c0

Please sign in to comment.