name: Report something is not working properly 🐛
description:
Use this if there is something that is not working properly. If you are not
sure or you need help making something work, please ask a question instead.
labels:
- "priority:❓"
- "type:bug"
body:
- type: markdown
attributes:
value:
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Please tell us what happened that shouldn't have.
placeholder: What happened that shouldn't have.
validations:
required: true
- type: textarea
id: what-expected
attributes:
label: What did you expect instead?
description: Please tell us what did you expect to happen.
placeholder: What did you expect to happen.
validations:
required: true
- type: input
id: version
attributes:
label: Affected version(s)
description:
Please add a comma-separated list of the versions affected by this
issue.
placeholder: 'Example: v0.11.0, v0.12.0'
- type: dropdown
id: part
attributes:
label: Affected part(s)
description:
Which parts of the repo are affected by this issue? Select all that
apply.
multiple: true
options:
- I don't know (part:❓)
- Documentation (part:docs)
- Unit, integration and performance tests (part:tests)
- Build script, CI, dependencies, etc. (part:tooling)
- Protocol buffer definition (part:protobuf)
- Python bindings (part:python)
validations:
required: true
- type: textarea
id: extra
attributes:
label: Extra information
description:
Please write here any extra information you think it might be relevant,
e.g., if this didn't happen before, or if you suspect where the problem
might be.
placeholder: Any extra information you think it might be relevant.