Skip to content

Commit

Permalink
Merge pull request #13133 from ethereum/dapp-listing
Browse files Browse the repository at this point in the history
fix: add url to dapp listing template
  • Loading branch information
wackerow authored Jun 12, 2024
2 parents 914536c + ffd9ecb commit 6408d06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit 6408d06

@Romansharar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eth data 100

Please sign in to comment.