Skip to content

Commit

Permalink
Add question for installation method in template Issue (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Dec 8, 2023
1 parent 4a403ee commit b72bcca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ body:
- label: I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues)
required: true

- type: dropdown
attributes:
label: Which method was used to setup Scaffold-ETH 2 ?
description: You may select both, if the bug is present in both the methods.
multiple: true
options:
- git clone
- npx create-eth@latest
validations:
required: true

- type: textarea
attributes:
label: Current Behavior
Expand Down

0 comments on commit b72bcca

Please sign in to comment.