Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Go Conference 2023 Proposal
description: Go Conference 2023のProposalです
title: "[Session title]: "
assignees:
- sivchari
- Hiroya3
body:
- type: input
id: speaker
attributes:
label: Speaker
placeholder: Gopher
validations:
required: true
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[imo]
speakerの下にSNSアカウント登録した人は、記載しても良いかなと思ったのですが
いかがでしょうか??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

複数公開している方もいらっしゃるのでtext areaで作成する感じでいいですかね?


- type: textarea
id: description
attributes:
label: Description
placeholder: What's new in Go1.20 ?
validations:
required: true

- type: dropdown
id: type
attributes:
label: Session type
options:
- LT(5min)
- Short Talk(20min)
- Challenge Session(20min)
- Long Talk(40min)
validations:
required: true