From ffd9ecba9e677ba5c73ee06add5902a324f3ef5d Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:16:53 -0700 Subject: [PATCH] fix: add url to dapp listing template --- .github/ISSUE_TEMPLATE/suggest_dapp.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/suggest_dapp.yaml b/.github/ISSUE_TEMPLATE/suggest_dapp.yaml index f6b473a156d..335b6e6cafa 100644 --- a/.github/ISSUE_TEMPLATE/suggest_dapp.yaml +++ b/.github/ISSUE_TEMPLATE/suggest_dapp.yaml @@ -24,6 +24,13 @@ body: description: Please provide the official name of the dapp validations: required: true + - type: input + id: dapp_url + attributes: + label: Dapp URL + description: Please provide a URL to the dapp + validations: + required: true - type: textarea id: dapp_description attributes: