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 222b4f8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/participate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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: Any teammates who want read/write access to your team's repository.
placeholder: Optional
- type: checkboxes
id: terms
attributes:
label: Terms
options:
- label: I want to be eligible for prizes, and will make my code public after the challenge ends & after any of my pending publications.
required: true
- label: I agree to play by the rules of the competition.
required: true

0 comments on commit 222b4f8

Please sign in to comment.