Skip to content

Commit bd2eaae

Browse files
authored
Create project-submission.yml
1 parent 74e9577 commit bd2eaae

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: "Brainhack Project Submission"
2+
description: "Use this template to submit a Brainhack project"
3+
title: "[PROJECT] " # will prefix issues with this title
4+
labels: ["project"] # automatically tags the issue with the "project" label
5+
assignees: [] # optional, can leave empty
6+
body:
7+
- type: input
8+
id: project_name
9+
attributes:
10+
label: "Project Name"
11+
description: "Name of your project"
12+
placeholder: "Ex: Brain MRI Segmentation"
13+
- type: textarea
14+
id: aim
15+
attributes:
16+
label: "Aim of the project during Brainhack"
17+
description: "What do you want to accomplish during Brainhack?"
18+
- type: textarea
19+
id: issues
20+
attributes:
21+
label: "List of issues/tasks"
22+
description: "List of issues or tasks (strongly recommended)"
23+
- type: input
24+
id: leader
25+
attributes:
26+
label: "Leader(s)"
27+
description: "Who will lead this project?"
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: "Description"
32+
description: "Detailed project description"
33+
- type: input
34+
id: github
35+
attributes:
36+
label: "GitHub Repository"
37+
description: "Repo link (recommended)"
38+
- type: textarea
39+
id: skillsets
40+
attributes:
41+
label: "Skillsets"
42+
description: "Skills required for the project (strongly recommended)"
43+
- type: textarea
44+
id: tech
45+
attributes:
46+
label: "Tech Stack"
47+
description: "Tech stack (strongly recommended)"
48+
- type: textarea
49+
id: learning
50+
attributes:
51+
label: "What will you learn?"
52+
description: "Expected learnings (strongly recommended)"
53+
- type: textarea
54+
id: expectations
55+
attributes:
56+
label: "Expectations"
57+
description: "Any expectations for team or participants (strongly recommended)"
58+
- type: textarea
59+
id: additional
60+
attributes:
61+
label: "Additional"
62+
description: "Anything that is important to know"

0 commit comments

Comments
 (0)