mirror of https://github.com/quasar/Quasar.git
Update issue templates
This commit is contained in:
parent
dd62557cea
commit
fff64149f1
|
@ -44,6 +44,8 @@ body:
|
||||||
options:
|
options:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
|
@ -58,18 +60,18 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Expected behavior
|
||||||
description: Describe the result that you expect to get after performing the steps.
|
description: Describe the result that you expect to get after performing the steps.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual Behavior
|
label: Actual behavior
|
||||||
description: Describe the actual behavior that you observed after performing the steps.
|
description: Describe the actual behavior that you observed after performing the steps.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional Context
|
label: Additional context
|
||||||
description: Any other information that may help us fix the issue goes here (e.g. screenshots).
|
description: Any other information that may help us fix the issue goes here (e.g. screenshots).
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,6 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional Context
|
label: Additional context
|
||||||
description: Add any other context or screenshots about the feature request here.
|
description: Add any other context or screenshots about the feature request here.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue