mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 06:12:19 +02:00
Add repro textfield to bug form
This commit is contained in:
parent
8ae88fd58c
commit
b436496410
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user