fix bug report form

This commit is contained in:
dan63047 2024-11-23 22:03:16 +03:00
parent defcab65f8
commit e9a0f863b7
1 changed files with 7 additions and 13 deletions

View File

@ -12,7 +12,6 @@ body:
label: What happened? label: What happened?
description: Describe the issue you are experiencing right now description: Describe the issue you are experiencing right now
placeholder: Tell us what you see! placeholder: Tell us what you see!
value: "A bug happened!"
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -20,11 +19,7 @@ body:
attributes: attributes:
label: How did that happened? label: How did that happened?
description: Describe in details what do do to get this issue description: Describe in details what do do to get this issue
placeholder: "Steps to reproduce:" | placeholder: "Steps to reproduce:\n1. Go here\n2. Click this\n3. Do that\netc..."
1. Go here
2. Click this
3. Do that
etc...
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -39,12 +34,11 @@ body:
label: On which platform you encountered this issue? label: On which platform you encountered this issue?
description: Tick the ones, where this issue can be reproduced description: Tick the ones, where this issue can be reproduced
options: options:
- Web (ts.dan63.by) - label: Web (ts.dan63.by)
- Windows - label: Windows
- Linux - label: Linux
- Android - label: Android
- Web-beta (tsbeta.dan63.by) - label: Web-beta (tsbeta.dan63.by)
default: 0
validations: validations:
required: true required: true
- type: input - type: input
@ -52,7 +46,7 @@ body:
attributes: attributes:
label: What version of Tetra Stats did you used? label: What version of Tetra Stats did you used?
description: You can find that info in Information Center -> About Tetra Stats description: You can find that info in Information Center -> About Tetra Stats
placeholder: 2.0.0 placeholder: "2.0.0"
- type: textarea - type: textarea
id: additional-info id: additional-info
attributes: attributes: