Skip to content

Commit

Permalink
Merge pull request #1154 from PrivateBin/betterqa
Browse files Browse the repository at this point in the history
Make QA template more strict and helpful
  • Loading branch information
rugk committed Aug 24, 2023
2 parents b0869c3 + 61457c4 commit f8ce73b
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Expand Up @@ -18,7 +18,7 @@ body:
label: Did you use the FAQ section?
description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)?
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
- type: textarea
id: what_you_did
Expand All @@ -29,6 +29,8 @@ body:
1.
2.
...
validations:
required: true
- type: textarea
id: what_happens
attributes:
Expand All @@ -43,35 +45,47 @@ body:
id: additional_info
attributes:
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
id: server_address
attributes:
label: Server address
description: The instance of PrivateBin, where you experience the issue.
placeholder: e.g. https://privatebin.net
- type: input
id: server_os
attributes:
label: Server OS
placeholder: e.g. Ubuntu
- type: input
id: webserver
attributes:
label: Webserver
placeholder: e.g. Apache
- type: input
id: privatebin_version
attributes:
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
label: Browser and version
placeholder: e.g. Firefox v116.3.0 (desktop)
- type: input
id: privatebin_version
id: client
attributes:
label: PrivateBin version
label: Local operating system and version
placeholder: e.g. Windows 10
- type: dropdown
id: reproduce_issue
attributes:
label: Issue reproducibility
description: Can you reproduce this issue on [https://privatebin.net](https://privatebin.net)?
options:
- "No"
- "Yes"
- "No, I cannot reproduce it on https://privatebin.net."
- "Yes, reproducible on https://privatebin.net."
default: 0
validations:
required: true

0 comments on commit f8ce73b

Please sign in to comment.