mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Final touches
This commit is contained in:
parent
f63723a157
commit
02d0610a04
2 changed files with 7 additions and 4 deletions
4
.github/ISSUE_TEMPLATE/Bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/Bug-report.yml
vendored
|
@ -57,7 +57,7 @@ body:
|
||||||
label: Bug description
|
label: Bug description
|
||||||
description: Short explanation of what you were going to do, what did you want to accomplish?
|
description: Short explanation of what you were going to do, what did you want to accomplish?
|
||||||
placeholder: |
|
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
|
I tried to brew a coffee with ASF using `PUT /Api/Coffee` ASF API endpoint, but upon trying the program returned HTTP error: 418 I'm a teapot.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -75,7 +75,7 @@ body:
|
||||||
label: Actual behavior
|
label: Actual behavior
|
||||||
description: What happened instead?
|
description: What happened instead?
|
||||||
placeholder: |
|
placeholder: |
|
||||||
No coffee was brewed, and so I was forced to use a water dispenser instead :/
|
No coffee was brewed, and so I was forced to use a water dispenser instead :/.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
7
.github/ISSUE_TEMPLATE/Enhancement-idea.yml
vendored
7
.github/ISSUE_TEMPLATE/Enhancement-idea.yml
vendored
|
@ -29,7 +29,9 @@ body:
|
||||||
description: |
|
description: |
|
||||||
Purpose of the enhancement - if it solves some problem, precise in particular which. If it benefits the program in some other way, precise in particular why.
|
Purpose of the enhancement - if it solves some problem, precise in particular which. If it benefits the program in some other way, precise in particular why.
|
||||||
Present the underlying reason why this enhancement makes sense, and what is the context of it.
|
Present the underlying reason why this enhancement makes sense, and what is the context of it.
|
||||||
placeholder: As of today ASF offers variety of beverages, such as latte macchiato or cappuccino. I'd appreciate if ASF offered some no-milk options as well, for example espresso or ristretto. I believe it'd further improve the program offering the users wider selection, which is very convenient.
|
placeholder: |
|
||||||
|
As of today ASF offers variety of beverages, such as latte macchiato or cappuccino. I'd appreciate if ASF offered some no-milk options as well, for example espresso or ristretto.
|
||||||
|
I believe it'd further improve the program offering the users wider selection, which is very convenient.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -50,7 +52,8 @@ body:
|
||||||
If something you're suggesting is already possible, then explain to us why the currently available solutions are not sufficient.
|
If something you're suggesting is already possible, then explain to us why the currently available solutions are not sufficient.
|
||||||
If it's not possible yet, then explain to us why it should be.
|
If it's not possible yet, then explain to us why it should be.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
I'm allergic to milk, there is currently no option to pick a beverage that doesn't include it. Temporarily I'm switching cup mid-brewing as a workaround, but that is suboptimal considering the milk wasted.
|
I'm allergic to milk, there is currently no option to pick a beverage that doesn't include it.
|
||||||
|
Temporarily I'm switching cup mid-brewing as a workaround, but that is suboptimal considering the milk wasted.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
Loading…
Reference in a new issue