Skip to content

Commit 95af3fa

Browse files
committed
fix: Fix speaker & hosting request forms
1 parent 66277eb commit 95af3fa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ body:
4141
description: Provide a brief description of your talk. We'll use this in the meetup announcement and to help us understand the content and audience.
4242
validations:
4343
required: true
44-
- type: textarea
45-
id: takeaways
46-
attributes:
47-
label: 3 Key Takeaways for the Community
48-
description: What are the three main points or lessons that attendees will learn from your talk?
49-
validations:
50-
required: true
5144
- type: checkboxes
5245
id: terms
5346
attributes:

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,17 @@ body:
2626
label: Company Name
2727
validations:
2828
required: true
29+
- type: input
30+
id: address
31+
attributes:
32+
label: Address
33+
description: Where can we find you?
34+
validations:
35+
required: true
2936
- type: textarea
3037
id: additionalinfo
3138
attributes:
32-
label: additional Information
39+
label: Additional Information
3340
description: Is there anything else you would like to share with us?
3441
validations:
3542
required: false

0 commit comments

Comments
 (0)