Update Bug-report.yml

This commit is contained in:
Archi 2021-08-09 10:38:15 +02:00
parent 9d6eaca298
commit 443a1cb18d
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -52,6 +52,8 @@ body:
attributes:
label: Bug description
description: Short explanation of what you were going to do, what did you want to accomplish?
placeholder: |
I tried to brew a coffee with ASF using `PUT /Api/Coffee` ASF API, but upon trying the program returned HTTP error: 418 I'm a teapot
validations:
required: true
- type: textarea
@ -59,6 +61,8 @@ body:
attributes:
label: Expected behavior
description: What did you expect to happen?
placeholder: |
I expected my favourite latte macchiato in a cup put below the machine hosting ASF.
validations:
required: true
- type: textarea
@ -66,6 +70,8 @@ body:
attributes:
label: Actual behavior
description: What happened instead?
placeholder: |
No coffee was brewed, and so I was forced to use a water dispenser instead :/
validations:
required: true
- type: textarea