Skip to content

Commit 6408d06

Browse files
authored
Merge pull request #13133 from ethereum/dapp-listing
fix: add url to dapp listing template
2 parents 914536c + ffd9ecb commit 6408d06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/suggest_dapp.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ body:
2424
description: Please provide the official name of the dapp
2525
validations:
2626
required: true
27+
- type: input
28+
id: dapp_url
29+
attributes:
30+
label: Dapp URL
31+
description: Please provide a URL to the dapp
32+
validations:
33+
required: true
2734
- type: textarea
2835
id: dapp_description
2936
attributes:

0 commit comments

Comments
 (0)