Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: template #69

Merged
merged 1 commit into from
Feb 1, 2023
Merged
Changes from all commits
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
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Go Conference 2023 Proposal
description: Go Conference 2023のProposalです
description: Go Conference 2023 Proposal
title: "[Session title]: "
assignees:
- sivchari
Expand All @@ -9,23 +9,23 @@ body:
id: speaker
attributes:
label: Speaker
placeholder: Gopher
placeholder: "Gopher"
validations:
required: true

- type: textarea
id: account
attributes:
label: SNS Accounts
placeholder: [Twitter](https://twitter.com/goconjp)
placeholder: "[Twitter](https://twitter.com/goconjp)"
validations:
required: false

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

Expand All @@ -34,10 +34,10 @@ body:
attributes:
label: Session type
options:
- LT(5min)
- Short Talk(20min)
- Challenge Session(20min)
- Long Talk(40min)
- LT (5min)
- Short Talk (20min)
- Challenge Session (20min)
- Long Talk (40min)
validations:
required: true