mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
fix syntax, standardize form attributes
radio buttons are not supported, checkboxes would allow selecting multiple things, so dropdown it is
This commit is contained in:
parent
e89593b4fc
commit
0e582e8934
16
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
16
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
|
@ -3,17 +3,19 @@ labels: ["question/support"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
label: Describe the problem/question
|
||||||
Describe the problem/question: A clear and concise description of what the problem/issue or question is.
|
description: |
|
||||||
|
A clear and concise description of what the problem/issue or question is.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Please tick this to confirm
|
label: Please tick this to confirm
|
||||||
options:
|
options:
|
||||||
- label: Yes, I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there.
|
- label: Yes, I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there.
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
id: what_you_did
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
label: What you did
|
||||||
## What you did
|
description: |
|
||||||
Tell us how to reproduce the problem.
|
Tell us how to reproduce the problem.
|
||||||
|
|
||||||
1.
|
1.
|
||||||
|
@ -51,12 +53,12 @@ body:
|
||||||
id: privatebin_version
|
id: privatebin_version
|
||||||
attributes:
|
attributes:
|
||||||
label: PrivateBin version
|
label: PrivateBin version
|
||||||
- type: radio
|
- type: dropdown
|
||||||
id: reproduce_issue
|
id: reproduce_issue
|
||||||
attributes:
|
attributes:
|
||||||
label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net)
|
label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net)
|
||||||
options:
|
options:
|
||||||
- label: Yes
|
|
||||||
value: Yes
|
|
||||||
- label: No
|
- label: No
|
||||||
value: No
|
value: No
|
||||||
|
- label: Yes
|
||||||
|
value: Yes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user