From aebb61d05913d733cddd0967cf68aa7d9f1026aa Mon Sep 17 00:00:00 2001 From: sivchari Date: Wed, 1 Feb 2023 11:33:47 +0900 Subject: [PATCH 1/2] feat: add GitHub template --- .github/ISSUE_TEMPLATE | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..1d4f53fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -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 + + - 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 + From c559c6f57050c0907c7139284a0a7959f44ba575 Mon Sep 17 00:00:00 2001 From: sivchari Date: Wed, 1 Feb 2023 13:58:48 +0900 Subject: [PATCH 2/2] feat: add sns accounts field --- .github/ISSUE_TEMPLATE | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 1d4f53fd..6033d9e5 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -13,6 +13,14 @@ body: validations: required: true + - type: textarea + id: account + attributes: + label: SNS Accounts + placeholder: [Twitter](https://twitter.com/goconjp) + validations: + required: false + - type: textarea id: description attributes: