Skip to content

Commit 09d9a64

Browse files
committed
Allow adding affiliation & research directions
1 parent 029d84e commit 09d9a64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/add-member.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ body:
109109
validations:
110110
required: false
111111

112-
- type: "input"
112+
- type: "dropdown"
113113
id: current_role-research-directions
114114
attributes:
115115
label: "Current Role Research Directions"

.github/ISSUE_TEMPLATE/update-member.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ body:
122122
validations:
123123
required: false
124124

125-
- type: "input"
125+
- type: "dropdown"
126126
id: current_role-research-directions
127127
attributes:
128128
label: "Current Role Research Directions"
@@ -228,7 +228,7 @@ body:
228228
validations:
229229
required: false
230230

231-
- type: "input"
231+
- type: "dropdown"
232232
id: past_role-research-directions
233233
attributes:
234234
label: "Past Role Research Directions"

0 commit comments

Comments
 (0)