Skip to content

Commit ffd9ecb

Browse files
committed
fix: add url to dapp listing template
1 parent b8bbaa1 commit ffd9ecb

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)