Browse Source

Merge pull request #1150 from PrivateBin/r4sas-templ-qa

[GH] update discussion q-a template (#1143)
El RIDO 2 years ago
parent
commit
f0615d561f
1 changed files with 5 additions and 3 deletions
  1. 5 3
      .github/DISCUSSION_TEMPLATE/q-a.yml

+ 5 - 3
.github/DISCUSSION_TEMPLATE/q-a.yml

@@ -4,7 +4,7 @@ body:
   - type: markdown
     attributes:
       value: |
-        Thanks for taking the time to fill out this form!
+        ## Thanks for taking the time to fill out this form!
   - type: textarea
     id: description
     attributes:
@@ -15,7 +15,7 @@ body:
   - type: checkboxes
     id: readed-faq
     attributes:
-      label: Please tick this to confirm
+      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.
@@ -28,6 +28,7 @@ body:
       value: |
         1.
         2.
+        ...
   - type: textarea
     id: what_happens
     attributes:
@@ -66,7 +67,8 @@ body:
   - type: dropdown
     id: reproduce_issue
     attributes:
-      label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net)
+      label: Issue reproducibility
+      description: Can you reproduce this issue on [https://privatebin.net](https://privatebin.net)?
       options:
         - "No"
         - "Yes"