Commit ece998de authored by tom's avatar tom

fix issue templates

parent 6943895e
name: "Bug Report" name: Bug Report
description: "Submit a bug report" description: File a bug report
labels: [ "bug", "triage" ] labels: [ "bug", "triage" ]
body: body:
- type: "markdown" - type: markdown
attributes: attributes:
value: | value: |
Thanks for reporting a bug 🐛! Thanks for reporting a bug 🐛!
Please search open/closed issues before submitting. Someone Please search open/closed issues before submitting. Someone might have had the similar problem before 😉!
might have had the similar problem before 😉!
- type: "textarea" - type: textarea
id: "description" id: description
attributes: attributes:
label: "Description" label: Description
description: "A brief description of the issue." description: A brief description of the issue.
placeholder: | placeholder: |
When I ____, I expected ____ to happen but ____ happened instead. When I ____, I expected ____ to happen but ____ happened instead.
validations: validations:
required: true required: true
- type: "input" - type: input
id: "link" id: link
attributes: attributes:
label: "Link to the page" label: Link to the page
description: "The link to the page where the issue occurs." description: The link to the page where the issue occurs.
placeholder: "https://eth.blockscout.com" placeholder: https://eth.blockscout.com
validations: validations:
required: true required: true
- type: "textarea" - type: textarea
id: "steps" id: steps
attributes: attributes:
label: "Steps to reproduce" label: Steps to reproduce
description: | description: |
Explain how to reproduce the issue in the development environment. Explain how to reproduce the issue in the development environment.
value: | value: |
...@@ -41,35 +40,45 @@ body: ...@@ -41,35 +40,45 @@ body:
3. Scroll down to '...' 3. Scroll down to '...'
4. See error 4. See error
- type: "input" - type: input
id: "version" id: version
attributes: attributes:
label: "App version" label: App version
description: "The version of the front-end app you use. You can find it in the footer of the page" description: The version of the front-end app you use. You can find it in the footer of the page
placeholder: "v1.2.0" placeholder: v1.2.0
validations: validations:
required: true required: true
- type: "input" - type: dropdown
id: "browser" id: browser
# validations:
# required: true
attributes: attributes:
label: "Browser" label: Browser
description: "The browser(s) this issue occurred with." description: What browsers are you seeing the problem on?
placeholder: "Google Chrome 93" multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other (please specify in the comment)
- type: "dropdown" - type: dropdown
id: "operating-system" id: operating-system
# validations:
# required: true
attributes: attributes:
label: "Operating system" label: Operating system
description: "The operating system this issue occurred with." description: The operating system this issue occurred with.
options: options:
- label: "macOS" - label: macOS
- label: "Windows" - label: Windows
- label: "Linux" - label: Linux
- type: "textarea" - type: textarea
id: "additional-information" id: additional-information
attributes: attributes:
label: "Additional information" label: Additional information
description: | description: |
Use this section to provide any additional information you might have (e.g screenshots or screencasts) Use this section to provide any additional information you might have (e.g screenshots or screencasts)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment