File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ name: Go Conference 2023 Proposal
2+ description: Go Conference 2023のProposalです
3+ title: "[Session title]: "
4+ assignees:
5+ - sivchari
6+ - Hiroya3
7+ body:
8+ - type: input
9+ id: speaker
10+ attributes:
11+ label: Speaker
12+ placeholder: Gopher
13+ validations:
14+ required: true
15+
16+ - type: textarea
17+ id: account
18+ attributes:
19+ label: SNS Accounts
20+ placeholder: [Twitter](https://twitter.com/goconjp)
21+ validations:
22+ required: false
23+
24+ - type: textarea
25+ id: description
26+ attributes:
27+ label: Description
28+ placeholder: What's new in Go1.20 ?
29+ validations:
30+ required: true
31+
32+ - type: dropdown
33+ id: type
34+ attributes:
35+ label: Session type
36+ options:
37+ - LT(5min)
38+ - Short Talk(20min)
39+ - Challenge Session(20min)
40+ - Long Talk(40min)
41+ validations:
42+ required: true
43+
You can’t perform that action at this time.
0 commit comments