diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e39b8d54b4..03c1a9f33f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 {}" @@ -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.