2023-08-08 01:56:38 +08:00
|
|
|
labels: ["question/support"]
|
|
|
|
body:
|
|
|
|
- type: markdown
|
2023-08-17 04:21:46 +08:00
|
|
|
attributes:
|
|
|
|
value: |
|
2023-08-17 08:05:39 +08:00
|
|
|
## Thanks for taking the time to fill out this form!
|
2023-08-17 04:21:46 +08:00
|
|
|
- type: textarea
|
|
|
|
id: description
|
2023-08-08 01:56:38 +08:00
|
|
|
attributes:
|
2023-08-12 02:53:06 +08:00
|
|
|
label: Describe the problem/question
|
2023-08-17 04:21:46 +08:00
|
|
|
description: A clear and concise description of what the problem/issue or question is.
|
|
|
|
validations:
|
|
|
|
required: true
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: checkboxes
|
2023-08-17 04:21:46 +08:00
|
|
|
id: readed-faq
|
2023-08-08 01:56:38 +08:00
|
|
|
attributes:
|
2023-08-17 08:05:39 +08:00
|
|
|
label: Did you use the FAQ section?
|
2023-08-17 04:21:46 +08:00
|
|
|
description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)?
|
2023-08-08 01:56:38 +08:00
|
|
|
options:
|
2023-08-25 03:35:42 +08:00
|
|
|
- label: Yes, I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there.
|
2023-08-17 04:21:46 +08:00
|
|
|
required: true
|
|
|
|
- type: textarea
|
2023-08-12 02:53:06 +08:00
|
|
|
id: what_you_did
|
2023-08-08 01:56:38 +08:00
|
|
|
attributes:
|
2023-08-17 04:21:46 +08:00
|
|
|
label: What you did?
|
|
|
|
description: Tell us how to reproduce the problem.
|
|
|
|
value: |
|
2023-08-08 01:56:38 +08:00
|
|
|
1.
|
|
|
|
2.
|
2023-08-17 08:05:39 +08:00
|
|
|
...
|
2023-08-25 03:30:25 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: textarea
|
|
|
|
id: what_happens
|
|
|
|
attributes:
|
|
|
|
label: What happens
|
2023-08-17 04:21:46 +08:00
|
|
|
placeholder: Tell us what you see!
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: textarea
|
|
|
|
id: what_should_happen
|
|
|
|
attributes:
|
|
|
|
label: What should happen
|
2023-08-17 04:21:46 +08:00
|
|
|
placeholder: Tell us what you want to see!
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: textarea
|
|
|
|
id: additional_info
|
|
|
|
attributes:
|
|
|
|
label: Additional information
|
2023-08-25 03:32:42 +08:00
|
|
|
description: E.g. if you have access to the server log files, copy them here. Or copy the browser console content, if appropiate.
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: input
|
|
|
|
id: server_address
|
|
|
|
attributes:
|
|
|
|
label: Server address
|
2023-08-25 03:30:25 +08:00
|
|
|
description: The instance of PrivateBin, where you experience the issue.
|
|
|
|
placeholder: e.g. https://privatebin.net
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: input
|
|
|
|
id: server_os
|
|
|
|
attributes:
|
|
|
|
label: Server OS
|
2023-08-25 03:30:25 +08:00
|
|
|
placeholder: e.g. Ubuntu
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: input
|
|
|
|
id: webserver
|
|
|
|
attributes:
|
|
|
|
label: Webserver
|
2023-08-25 03:30:25 +08:00
|
|
|
placeholder: e.g. Apache
|
|
|
|
- type: input
|
|
|
|
id: privatebin_version
|
|
|
|
attributes:
|
|
|
|
label: PrivateBin version
|
2023-08-25 03:32:42 +08:00
|
|
|
description: The PrivateBin version, where you experience the issue. It is e.g. shown at the bottom left in the web interface.
|
2023-08-25 03:30:25 +08:00
|
|
|
placeholder: e.g. v1.5.2
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: input
|
|
|
|
id: browser
|
|
|
|
attributes:
|
2023-08-25 03:30:25 +08:00
|
|
|
label: Browser and version
|
|
|
|
placeholder: e.g. Firefox v116.3.0 (desktop)
|
2023-08-08 01:56:38 +08:00
|
|
|
- type: input
|
2023-08-25 03:30:25 +08:00
|
|
|
id: client
|
2023-08-08 01:56:38 +08:00
|
|
|
attributes:
|
2023-08-25 03:30:25 +08:00
|
|
|
label: Local operating system and version
|
|
|
|
placeholder: e.g. Windows 10
|
2023-08-12 02:53:06 +08:00
|
|
|
- type: dropdown
|
2023-08-08 01:56:38 +08:00
|
|
|
id: reproduce_issue
|
|
|
|
attributes:
|
2023-08-17 08:05:39 +08:00
|
|
|
label: Issue reproducibility
|
|
|
|
description: Can you reproduce this issue on [https://privatebin.net](https://privatebin.net)?
|
2023-08-08 01:56:38 +08:00
|
|
|
options:
|
2023-08-25 03:32:42 +08:00
|
|
|
- "No, I cannot reproduce it on https://privatebin.net."
|
|
|
|
- "Yes, reproducible on https://privatebin.net."
|
2023-08-17 04:21:46 +08:00
|
|
|
default: 0
|
|
|
|
validations:
|
|
|
|
required: true
|