-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Participate | ||
description: Register to compete as a team or individual | ||
title: "new registration" | ||
labels: [participant] | ||
assignees: [casperdcl] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Team Name | ||
description: Under what name would you like to compete? Spaces not allowed. | ||
placeholder: e.g. PETrified-Becquerels | ||
- type: input | ||
id: users | ||
attributes: | ||
label: GitHub users | ||
description: GitHub @usernames of any teammates who want access to your team's repository. | ||
placeholder: Optional | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Terms | ||
description: Note that "private" submissions are not eligible to receive any prizes. | ||
options: | ||
- label: Do you want your code to remain private (even after the challenge end & your pending publications)? | ||
required: true | ||
- label: I agree to follow the rules of the competition. | ||
required: true |