39 lines
910 B
YAML
39 lines
910 B
YAML
name: Bug
|
||
description: Report incorrect behavior.
|
||
labels: ["bug"]
|
||
body:
|
||
- type: textarea
|
||
attributes:
|
||
label: How to reproduce
|
||
description: Please provide a detailed description of how to reproduce the bug.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: Observed behavior
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: Expected behavior
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
attributes:
|
||
label: Vico version(s)
|
||
description: If you’re using an outdated version, please try updating Vico first.
|
||
multiple: true
|
||
options:
|
||
- 2.0.0-beta.6
|
||
- 1.16.0
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
attributes:
|
||
label: Android version(s)
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: Additional information
|