Skip to content

Commit 3e7369e

Browse files
committed
feat: add bio fields to operator issue template
1 parent 6bce930 commit 3e7369e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/operator.yml

+25
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,31 @@ body:
115115
placeholder: 'ex: 75'
116116
validations:
117117
required: true
118+
- type: input
119+
id: real-name
120+
attributes:
121+
label: Real name
122+
description: 'Real name of the operator.'
123+
placeholder: 'Miles Campbell'
124+
validations:
125+
required: true
126+
- type: input
127+
id: birthplace
128+
attributes:
129+
label: Birthplace
130+
description: 'Birthplace of the operator, including the country.'
131+
placeholder: 'Sherman Oaks, U.S.A'
132+
validations:
133+
required: true
134+
# Can be add later
135+
# - type: input
136+
# id: date-of-birth
137+
# attributes:
138+
# label: Date of birth
139+
# description: 'Date of birth of the operator as a ISO 8601 (https://wikipedia.org/wiki/ISO_8601).'
140+
# placeholder: 'ex: 1968-07-12'
141+
# validations:
142+
# required: true
118143
- type: textarea
119144
id: icon
120145
attributes:

0 commit comments

Comments
 (0)