Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush authored Mar 10, 2022
1 parent 4b188a0 commit 668b957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
- type: textarea
id: reproduce
attributes:
label: "Reproduce the code example:
label: "Code example to reproduce the issue:
description: >
It can be a github repo, etherscan link, or code snippet.
placeholder: "contract A {}"
Expand All @@ -27,14 +27,14 @@ body:
id: version
attributes:
label: "Version:"
description: What version of slither are you running? Run `slither --version`
placeholder: 0.8.2
description: > What version of slither are you running?
Run `slither --version`
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
label: "Relevant log output:"
description: >
Please copy and paste any relevant log output. This
will be automatically formatted into code, so no need for backticks.
Expand Down

0 comments on commit 668b957

Please sign in to comment.