From f3d096536dfdafe6347aa7c7d7a0f75f51abce74 Mon Sep 17 00:00:00 2001 From: sivchari Date: Wed, 1 Feb 2023 15:46:12 +0900 Subject: [PATCH] fix: template --- .github/ISSUE_TEMPLATE | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 6033d9e5..bf2d466a 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,5 +1,5 @@ name: Go Conference 2023 Proposal -description: Go Conference 2023のProposalです +description: Go Conference 2023 Proposal title: "[Session title]: " assignees: - sivchari @@ -9,7 +9,7 @@ body: id: speaker attributes: label: Speaker - placeholder: Gopher + placeholder: "Gopher" validations: required: true @@ -17,7 +17,7 @@ body: id: account attributes: label: SNS Accounts - placeholder: [Twitter](https://twitter.com/goconjp) + placeholder: "[Twitter](https://twitter.com/goconjp)" validations: required: false @@ -25,7 +25,7 @@ body: id: description attributes: label: Description - placeholder: What's new in Go1.20 ? + placeholder: "What's new in Go1.20 ?" validations: required: true @@ -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