Skip to content

Commit 37ea891

Browse files
committed
updating template
1 parent 77f93da commit 37ea891

File tree

1 file changed

+25
-39
lines changed

1 file changed

+25
-39
lines changed

.github/ISSUE_TEMPLATE/project-submission-template.yml

Lines changed: 25 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ description: Fill in this template to submit a project
77

88
labels: [project-proposal]
99

10-
# assignees:
11-
# - octocat
12-
1310
body:
1411
- type: markdown
1512
attributes:
@@ -20,7 +17,7 @@ body:
2017
2118
To submit a project:
2219
23-
- register for [BrainHack Vanderbilt 2025](https://brainhack-vandy.github.io/)
20+
- first register for [BrainHack Vanderbilt 2025](https://brainhack-vandy.github.io/)
2421
2522
- fill in all the required items (marked with a red asterisk `*`) in the form below. Note that if you are missing some information but still want to submit a project, you can always input placeholder content.
2623
@@ -29,13 +26,9 @@ body:
2926
- add a comment saying:
3027
> Hi @brainhack-vandy/project-monitors my project is ready!
3128
32-
After the issue is submitted, we will assign a `project monitor` to review your submission.
33-
34-
After approval we will add the label `approved` and your project will appear on [our Projects page](https://brainhack-vandy.github.io/#/projects).
35-
3629
Note that you can always update your issue after clicking on `Submit new issue`. This will also change your page on the website accordingly.
3730
38-
If at any time you need help from us or anything is unclear, please ping the project monitors (`@brainhack-vandy/project-monitors`) in a comment. Our team is here to help!
31+
If at any time you need help from us or anything is unclear, please add your questions in a comment. Our team is here to help!
3932
4033
# ----------------------------------------------------------------------------
4134
# PROJECT INFO
@@ -53,29 +46,29 @@ body:
5346
- type: textarea
5447
attributes:
5548
label: Title
56-
description: Add a longer title to describe your project.
49+
description: Add a short title (30 characters or less). This title will be used as
50+
the title of your project on our website.
5751
validations:
5852
required: true
5953

6054
- type: textarea
6155
attributes:
6256
label: Leaders
63-
description: Add the full name (and Twitter / Mattermost handle if possible)
57+
description: Add the full name (and Github handle if possible)
6458
of the project leaders.
6559
validations:
6660
required: true
6761

6862
- type: textarea
6963
attributes:
7064
label: Collaborators
71-
description: Add the full names (and Twitter / Mattermost handle if possible)
65+
description: Add the full names (and Github handles if possible)
7266
of any person contributing to the project.
73-
placeholder: Please add current collaborators within your proposed project
67+
placeholder: "Please add if any existing collaborators within your proposed project.
68+
\nRemember you will recruit collaborators during the event."
7469
validations:
7570
required: false
7671

77-
78-
7972
- type: textarea
8073
attributes:
8174
label: Project Description
@@ -84,23 +77,21 @@ body:
8477
value: |
8578
- What are you doing, for whom, and why?
8679
- What makes your project special and exciting?
87-
- How to get started?
88-
- Where to find key resources?
8980
validations:
9081
required: true
9182

9283
- type: textarea
9384
attributes:
9485
label: Link to project repository/sources
9586
description: If your project already exists, please provide a link to project
96-
repository/sources (e.g., Github link)
87+
repository/sources (e.g., Github link).
9788
placeholder: https://github.com/user_name/my_awesome_project
9889
validations:
9990
required: true
10091

10192
- type: textarea
10293
attributes:
103-
label: Goals for Brainhack Global
94+
label: Concerete Goals with Specific Tasks for Brainhack Vanderbilt 2025
10495
description: "Add a list of milestones or deliverables that you expect to achieve
10596
during the event.\nTry to provide goals of varying complexity for contributors
10697
with different sets of skills"
@@ -119,15 +110,6 @@ body:
119110
validations:
120111
required: true
121112

122-
- type: textarea
123-
attributes:
124-
label: Communication channels
125-
description: Add the the project communication channels (Slack, Mattermost or
126-
other).
127-
placeholder: https://mattermost.brainhack.org/brainhack/channels/my_awesome_project
128-
validations:
129-
required: true
130-
131113
- type: textarea
132114
attributes:
133115
label: Skills
@@ -139,15 +121,16 @@ body:
139121
share the experiences."
140122
placeholder: |
141123
- Python: advanced
142-
- FSL: basics
124+
- Git: intermediate
125+
- FSL: basic working knowledge
143126
validations:
144127
required: true
145128

146129
- type: textarea
147130
attributes:
148131
label: Onboarding documentation
149132
description: Provide links to onboarding documents if you have some (for example
150-
a `CONTRIBUTING.md`)
133+
a `CONTRIBUTING.md` or a `README.md` file).
151134
validations:
152135
required: false
153136

@@ -164,11 +147,11 @@ body:
164147

165148
- type: textarea
166149
attributes:
167-
label: Data to use
150+
label: Public data to use
168151
description: If your project uses data, add a short description of the data
169-
and a link to its source.
152+
and a link to its source. If you don't have data, please write `No data`.
170153
validations:
171-
required: false
154+
required: true
172155

173156
- type: dropdown
174157
attributes:
@@ -181,23 +164,22 @@ body:
181164
- '2'
182165
- '3'
183166
- '4'
184-
- more
167+
- '4+'
185168
validations:
186169
required: true
187170

188171
- type: textarea
189172
attributes:
190173
label: Credit to collaborators
191174
description: Describe how you will credit new members to your project.
192-
placeholder: Project contributors are listed on the project README using [all-contributors
193-
github bot](https://github.com/all-contributors/all-contributors).
175+
placeholder: E.g. Project contributors are listed on the project README.
194176
validations:
195177
required: true
196178

197179
- type: textarea
198180
attributes:
199181
label: Image
200-
description: Provide an image of your project for the Brainhack Global website.
182+
description: Provide an image to used for your project on the Brainhack Vanderbilt website. If you dont have one, we will use a default image.
201183
validations:
202184
required: true
203185

@@ -217,6 +199,7 @@ body:
217199
label: Type
218200
multiple: true
219201
options:
202+
- finding_public_resources
220203
- coding_methods
221204
- data_management
222205
- documentation
@@ -290,11 +273,13 @@ body:
290273
- fMRIPrep
291274
- Freesurfer
292275
- FSL
276+
- HuggingFace
293277
- Jupyter
294278
- MNE
295279
- MRtrix
296280
- Nipype
297281
- NWB
282+
- Pytorch
298283
- SPM
299284
- other
300285
validations:
@@ -337,6 +322,8 @@ body:
337322
- fNIRS
338323
- MEG
339324
- MRI
325+
- Neurophysiology
326+
- Peripheral physiology
340327
- PET
341328
- TDCS
342329
- TMS
@@ -382,5 +369,4 @@ body:
382369
label: Things to do after the project is submitted and ready to review.
383370
options:
384371
- label: 'Add a comment below the main post of your issue saying: `Hi @brainhack-vandy/project-monitors
385-
my project is ready!`'
386-
- label: Twitter-sized summary of your project pitch.
372+
my project is ready!`'

0 commit comments

Comments
 (0)