forked from web3/hardhat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbug-report.yml
More file actions
31 lines (31 loc) · 954 Bytes
/
Copy pathbug-report.yml
File metadata and controls
31 lines (31 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Bug report
description: File a bug report
type: "Bug"
body:
- type: input
id: version
attributes:
label: "Version of Hardhat"
description: "Run `npx hardhat --version` to get the version of Hardhat that you are using"
placeholder: "1.2.3"
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: "What happened?"
description: "A brief description of what happened and what you expected to happen"
validations:
required: true
- type: textarea
id: reproduction-steps
attributes:
label: "Minimal reproduction steps"
description: "Tell us the minimal steps needed to reproduce the bug"
validations:
required: true
- type: input
id: search-terms
attributes:
label: "Search terms"
description: "Include the search terms you used before opening this issue. This will make it easier for others to find it."