Skip to content

Commit 3ab8136

Browse files
committed
feat(github): add Hackathon Improvement issue template
New issue form for hackathon submissions — auto-applies the `hackathon` label and captures the submitter's Discord identity for reward payout coordination.
1 parent c4ebb9c commit 3ab8136

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: 🏆 Hackathon Improvement
2+
description: Submit an improvement, fix, or contribution for the TestSprite CLI hackathon.
3+
title: '[Hackathon] '
4+
labels: ['hackathon', 'needs-triage']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for participating in the TestSprite CLI hackathon! 🎉
10+
11+
Please search
12+
[existing issues](https://github.com/TestSprite/testsprite-cli/issues)
13+
first to avoid duplicates. Questions? Join us on
14+
[Discord](https://discord.gg/W4JDrZfdB).
15+
- type: input
16+
id: discord
17+
attributes:
18+
label: Discord Username / User ID
19+
description: Please provide your exact Discord username or unique User ID so we can contact you regarding your reward.
20+
placeholder: e.g. yourname or 123456789012345678
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: summary
25+
attributes:
26+
label: What does this improvement do?
27+
description: A clear and concise description of the improvement, fix, or contribution.
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: details
32+
attributes:
33+
label: Details / implementation notes
34+
description: Link a PR if you have one, describe your approach, and note anything reviewers should know.
35+
validations:
36+
required: false
37+
- type: checkboxes
38+
id: checks
39+
attributes:
40+
label: Confirmations
41+
options:
42+
- label: I have searched existing issues and this is not a duplicate.
43+
required: true
44+
- label: I have provided my Discord identity above for reward coordination.
45+
required: true

0 commit comments

Comments
 (0)