Add repro textfield to bug form

This commit is contained in:
flx-sta 2024-09-10 04:39:26 -07:00 committed by GitHub
parent 8ae88fd58c
commit b436496410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,17 @@ body:
attributes:
value: |
---
- type: textarea
id: repro
attributes:
label: Reproduction
description: Describe the stepps to reproduce this bug. If applicable attach user/session data at the bottom
validations:
required: true
- type: markdown
attributes:
value: |
---
- type: textarea
id: expected-behavior
attributes: