diff --git a/.github/DISCUSSION_TEMPLATE/gateway.yml b/.github/DISCUSSION_TEMPLATE/gateway.yml index f4537dcce..f93bcfba4 100644 --- a/.github/DISCUSSION_TEMPLATE/gateway.yml +++ b/.github/DISCUSSION_TEMPLATE/gateway.yml @@ -1,10 +1,6 @@ title: "[Cosmos chain onboarding proposal] " labels: ["gateway"] body: - - type: markdown - attributes: - value: | - "# Overview" - type: input id: website attributes: @@ -39,19 +35,17 @@ body: id: stats attributes: label: Community stats - description: "Community Stats" value: | + validations: required: true - - type: markdown - attributes: - value: | - "# Short Summary" - type: textarea id: summary attributes: @@ -60,96 +54,61 @@ body: validations: required: true - - type: markdown - attributes: - value: | - "# Why should Wormhole add this chain?" - type: textarea id: why attributes: label: Why should Wormhole add this chain? - placeholder: | + value: | + validations: required: true - - - type: markdown - attributes: - value: | - "# Technology and Features" - type: textarea id: technology attributes: label: Technology and Features - placeholder: | - Please include a short summary (max 5 dot points) about your chain's technology. + description: "Please include a short summary (max 5 dot points) about your chain's technology." validations: required: true - - type: markdown - attributes: - value: | - "# Native token" - type: textarea id: token attributes: label: Native token details - description: "Details about the native token and tokenomics" + description: "Details about the native token and tokenomics." value: | + validations: required: true - - - type: markdown - attributes: - value: | - "# Node operators" - type: textarea id: node-operators attributes: label: Technical requirements for running a node - description: "Any extra requirements for Guardians" - value: | - If there are no extra requirements for guardians, please use the message below: - None - [chain] will emit messages to Gateway via IBC. Guardians should not have to run anything additional (except for guardians who may run IBC relayers). + description: "If there are no extra requirements for guardians, please use the following message: `None - [chain] will emit messages to Gateway via IBC. Guardians should not have to run anything additional (except for guardians who may run IBC relayers).`" validations: required: true - - - type: markdown - attributes: - value: | - "# IBC Relaying Strategy" - type: textarea id: ibc-relaying attributes: label: IBC Relaying Strategy - description: "Any extra requirements for Guardians" + description: "Please describe how IBC relaying between Wormhole Gateway and your chain will be handled." value: | - Please describe how IBC relaying between Wormhole Gateway and your chain will be handled. + validations: required: true - - - type: markdown - attributes: - value: | - "# RPC" - - type: textarea - id: rpc - attributes: - label: RPC - description: "Describe which dedicated RPCs are for both mainnet and testnet are available" - value: | - Wormhole marquee UIs such as [Portal Bridge](https://portalbridge.com/) and [Connect](https://wormhole.com/connect/) require dedicated RPCs to provide the best user experience. We ask that you coordinate with an RPC provider to set these up for the Wormhole UIs to use. - validations: - required: true \ No newline at end of file