mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update Bug-report.yml
This commit is contained in:
parent
9d6eaca298
commit
443a1cb18d
1 changed files with 6 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/Bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/Bug-report.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue