Merge pull request #1147 from PrivateBin/r4sas-discus-templ

Update discussion template
This commit is contained in:
El RIDO 2023-08-16 23:09:04 +02:00 committed by GitHub
commit 0f9aee5335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 12 deletions

View File

@ -2,32 +2,42 @@ title: "[Question and support] "
labels: ["question/support"] labels: ["question/support"]
body: body:
- type: markdown - type: markdown
attributes:
value: |
Thanks for taking the time to fill out this form!
- type: textarea
id: description
attributes: attributes:
label: Describe the problem/question label: Describe the problem/question
description: | description: A clear and concise description of what the problem/issue or question is.
A clear and concise description of what the problem/issue or question is. validations:
required: true
- type: checkboxes - type: checkboxes
id: readed-faq
attributes: attributes:
label: Please tick this to confirm label: Please tick this to confirm
description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)?
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 and I found no solution/answer there.
- type: markdown required: true
- type: textarea
id: what_you_did id: what_you_did
attributes: attributes:
label: What you did label: What you did?
description: | description: Tell us how to reproduce the problem.
Tell us how to reproduce the problem. value: |
1. 1.
2. 2.
- type: textarea - type: textarea
id: what_happens id: what_happens
attributes: attributes:
label: What happens label: What happens
placeholder: Tell us what you see!
- type: textarea - type: textarea
id: what_should_happen id: what_should_happen
attributes: attributes:
label: What should happen label: What should happen
placeholder: Tell us what you want to see!
- type: textarea - type: textarea
id: additional_info id: additional_info
attributes: attributes:
@ -58,7 +68,8 @@ body:
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: No - No
value: No - Yes
- label: Yes default: 0
value: Yes validations:
required: true