Skip to content

Commit 5c4c85d

Browse files
committed
add general contact info and additional info field for hosts
1 parent b59e75a commit 5c4c85d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE/1-submit-a-talk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ body:
1414
validations:
1515
required: true
1616
- type: input
17-
id: email
1817
attributes:
19-
label: Email
18+
label: Contact Details
19+
description: How can we reach out to you?
2020
validations:
2121
required: true
2222
- type: textarea

.github/ISSUE_TEMPLATE/2-host-us.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ body:
1414
validations:
1515
required: true
1616
- type: input
17-
id: email
17+
id: contact
1818
attributes:
19-
label: Email
19+
label: Contact Details
20+
description: How can we reach out to you?
2021
validations:
2122
required: true
2223
- type: input
@@ -25,6 +26,13 @@ body:
2526
label: Company Name
2627
validations:
2728
required: true
29+
- type: textarea
30+
id: additionalinfo
31+
attributes:
32+
label: additional Information
33+
description: Is there anything else you would like to share with us?
34+
validations:
35+
required: false
2836
- type: checkboxes
2937
id: terms
3038
attributes:

0 commit comments

Comments
 (0)