Update bug_report.yml

I changed the `value` fields to `placeholder` so that you don't have to delete existing text to fill out an issue
pull/1083/head
alpharush 3 years ago committed by GitHub
parent 630a74f96b
commit cfc1343723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      .github/ISSUE_TEMPLATE/bug_report.yml

@ -1,41 +1,41 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
labels: ["bug-candidate"]
body:
- type: markdown
attributes:
value: |
value: >
Please check the issues tab to avoid duplicates.
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
value: "A bug happened!"
label: "Describe the issue:"
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Can you share code with us to reproduce this bug?
description: It can be a github repo, etherscan link, or code snippet.
value: "contract A {}"
label: "Reproduce the code example:
description: >
It can be a github repo, etherscan link, or code snippet.
placeholder: "contract A {}"
validations:
required: true
- type: textarea
id: version
attributes:
label: Version
description: What version of our software are you running?
value: Run `slither --version`
label: "Version:"
description: What version of slither are you running? Run `slither --version`
placeholder: 0.8.2
validations:
required: true
- type: textarea
id: logs
attributes:
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.
description: >
Please copy and paste any relevant log output. This
will be automatically formatted into code, so no need for backticks.
render: shell

Loading…
Cancel
Save