chore: Merge description and reproduction steps in the issue template (#30407)
This commit is contained in:
parent
36f7a3f524
commit
4f5f8fd216
|
|
@ -15,14 +15,9 @@ body:
|
||||||
id: bug-description
|
id: bug-description
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug description
|
label: Bug description
|
||||||
description: A clear and concise description of what the bug is.
|
description: A clear description of what the bug is, including reproduction steps and expected behavior.
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: repro-steps
|
|
||||||
attributes:
|
|
||||||
label: How to reproduce the bug
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
|
The bug is that...
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue