Merge pull request #1154 from PrivateBin/betterqa

Make QA template more strict and helpful
This commit is contained in:
rugk 2023-08-24 22:10:33 +02:00 committed by GitHub
commit f8ce73b46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ body:
label: Did you use the FAQ section? label: Did you use the FAQ section?
description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)? description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)?
options: options:
- label: Yes, I have read the 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.
required: true required: true
- type: textarea - type: textarea
id: what_you_did id: what_you_did
@ -29,6 +29,8 @@ body:
1. 1.
2. 2.
... ...
validations:
required: true
- type: textarea - type: textarea
id: what_happens id: what_happens
attributes: attributes:
@ -43,35 +45,47 @@ body:
id: additional_info id: additional_info
attributes: attributes:
label: Additional information label: Additional information
description: If you have access to the server log files, copy them here. description: E.g. if you have access to the server log files, copy them here. Or copy the browser console content, if appropiate.
- type: input - type: input
id: server_address id: server_address
attributes: attributes:
label: Server address label: Server address
description: The instance of PrivateBin, where you experience the issue.
placeholder: e.g. https://privatebin.net
- type: input - type: input
id: server_os id: server_os
attributes: attributes:
label: Server OS label: Server OS
placeholder: e.g. Ubuntu
- type: input - type: input
id: webserver id: webserver
attributes: attributes:
label: Webserver label: Webserver
- type: input placeholder: e.g. Apache
id: browser
attributes:
label: Browser
- type: input - type: input
id: privatebin_version id: privatebin_version
attributes: attributes:
label: PrivateBin version label: PrivateBin version
description: The PrivateBin version, where you experience the issue. It is e.g. shown at the bottom left in the web interface.
placeholder: e.g. v1.5.2
- type: input
id: browser
attributes:
label: Browser and version
placeholder: e.g. Firefox v116.3.0 (desktop)
- type: input
id: client
attributes:
label: Local operating system and version
placeholder: e.g. Windows 10
- type: dropdown - type: dropdown
id: reproduce_issue id: reproduce_issue
attributes: attributes:
label: Issue reproducibility label: Issue reproducibility
description: Can you reproduce this issue on [https://privatebin.net](https://privatebin.net)? description: Can you reproduce this issue on [https://privatebin.net](https://privatebin.net)?
options: options:
- "No" - "No, I cannot reproduce it on https://privatebin.net."
- "Yes" - "Yes, reproducible on https://privatebin.net."
default: 0 default: 0
validations: validations:
required: true required: true