Skip to content

Commit 029d84e

Browse files
committed
Allow adding affiliation & research directions
1 parent 3b1d68f commit 029d84e

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE/add-member.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,29 @@ body:
100100
validations:
101101
required: true
102102

103+
- type: "input"
104+
id: current_role-affiliation
105+
attributes:
106+
label: "Current Role Affiliation"
107+
description: "Affiliation"
108+
placeholder: "Mila, McGill1"
109+
validations:
110+
required: false
111+
112+
- type: "input"
113+
id: current_role-research-directions
114+
attributes:
115+
label: "Current Role Research Directions"
116+
description: "What research direction are you in"
117+
multiple: true
118+
options:
119+
- "online-toxicity"
120+
- "poli-sci"
121+
- "online-crime"
122+
- "temporal-graph-learning"
123+
validations:
124+
required: false
125+
103126
- type: input
104127
id: current_role-advisor
105128
attributes:

.github/ISSUE_TEMPLATE/update-member.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,29 @@ body:
113113
validations:
114114
required: false
115115

116+
- type: "input"
117+
id: current_role-affiliation
118+
attributes:
119+
label: "Current Role Affiliation"
120+
description: "Affiliation"
121+
placeholder: "Mila, McGill1"
122+
validations:
123+
required: false
124+
125+
- type: "input"
126+
id: current_role-research-directions
127+
attributes:
128+
label: "Current Role Research Directions"
129+
description: "What research direction are you in"
130+
multiple: true
131+
options:
132+
- "online-toxicity"
133+
- "poli-sci"
134+
- "online-crime"
135+
- "temporal-graph-learning"
136+
validations:
137+
required: false
138+
116139
- type: "input"
117140
id: current_role-start_date
118141
attributes:
@@ -196,6 +219,29 @@ body:
196219
validations:
197220
required: false
198221

222+
- type: "input"
223+
id: past_role-affiliation
224+
attributes:
225+
label: "Past Role Affiliation"
226+
description: "Affiliation"
227+
placeholder: "Mila, McGill1"
228+
validations:
229+
required: false
230+
231+
- type: "input"
232+
id: past_role-research-directions
233+
attributes:
234+
label: "Past Role Research Directions"
235+
description: "What research direction are you in"
236+
multiple: true
237+
options:
238+
- "online-toxicity"
239+
- "poli-sci"
240+
- "online-crime"
241+
- "temporal-graph-learning"
242+
validations:
243+
required: false
244+
199245
- type: "input"
200246
id: past_role-start_date
201247
attributes:

0 commit comments

Comments
 (0)