forked from teamhanko/hanko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:added oss-gg hackathon issue template (teamhanko#1695)
- Loading branch information
1 parent
4120782
commit 6c85c11
Showing
1 changed file
with
33 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,33 @@ | ||
name: oss.gg hack submission 🕹️ | ||
description: "Submit your contribution for the for the oss.gg hackathon" | ||
title: "[🕹️]" | ||
labels: 🕹️ oss.gg, player submission, hacktoberfest | ||
assignees: [] | ||
body: | ||
- type: textarea | ||
id: contribution-name | ||
attributes: | ||
label: What side quest or challenge are you solving? | ||
description: Add the name of the side quest or challenge. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: points | ||
attributes: | ||
label: Points | ||
description: How many points are assigned to this contribution? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What's the task your performed? | ||
validations: | ||
- type: textarea | ||
id: proof | ||
attributes: | ||
label: Provide proof that you've completed the task | ||
description: Screenshots, loom recordings, links to the content you shared or interacted with. | ||
validations: | ||
required: true |