Amend Bug Report Template Requirements (#12937)

* requirements

* amend

---------

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan 2023-09-22 16:26:24 -04:00 committed by GitHub
parent 489b34a01f
commit 6454081577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Hellooo! 😄
To help us tend to your issue faster, please search our currently open issues before submitting a new one. To help us tend to your issue faster, please search our currently open issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates. Existing issues often contain information about workarounds, resolution, or progress updates.
- type: textarea - type: textarea
@ -22,8 +21,6 @@ body:
label: Has this worked before in a previous version? label: Has this worked before in a previous version?
description: Did this behavior use to work in the previous version? description: Did this behavior use to work in the previous version?
render: text render: text
validations:
required: false
- type: textarea - type: textarea
id: reproduction-steps id: reproduction-steps
attributes: attributes:
@ -39,22 +36,18 @@ body:
2. Then '...' 2. Then '...'
3. Check '...' 3. Check '...'
4. See error 4. See error
validations:
required: true
- type: textarea - type: textarea
id: errors id: errors
attributes: attributes:
label: 🔥 Error label: Error
description: | description: |
If the issue is accompanied by an error, please share the error logs with us below. If the issue is accompanied by an error, please share the error logs with us below.
If you have a lot of logs, place make a paste bin with your logs and share the link with us here: If you have a lot of logs, place make a paste bin with your logs and share the link with us here:
render: text render: text
validations:
required: false
- type: dropdown - type: dropdown
id: platform id: platform
attributes: attributes:
label: 🌍 Platform(s) label: Platform(s)
description: What platform(s) did this occur on? description: What platform(s) did this occur on?
multiple: true multiple: true
options: options:
@ -64,16 +57,10 @@ body:
- Mac (Apple Silicon) - Mac (Apple Silicon)
- Windows (x86) - Windows (x86)
- Windows (ARM) - Windows (ARM)
validations:
required: false
- type: input - type: input
attributes: attributes:
label: What version of Prysm are you running? (Which release) label: What version of Prysm are you running? (Which release)
description: You can check your Prysm version by running your beacon node or validator with the `--version` flag. description: You can check your Prysm version by running your beacon node or validator with the `--version` flag.
validations:
required: false
- type: textarea - type: textarea
attributes: attributes:
label: Anything else relevant (validator index / public key)? label: Anything else relevant (validator index / public key)?
validations:
required: false