Skip to content

Commit

Permalink
registration template
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 17, 2024
1 parent ca9c750 commit e00449f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/participate.yml
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

0 comments on commit e00449f

Please sign in to comment.