1
0

q-a.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. labels: ["question/support"]
  2. body:
  3. - type: markdown
  4. attributes:
  5. value: |
  6. ## Thanks for taking the time to fill out this form!
  7. - type: textarea
  8. id: description
  9. attributes:
  10. label: Describe the problem/question
  11. description: A clear and concise description of what the problem/issue or question is.
  12. validations:
  13. required: true
  14. - type: checkboxes
  15. id: readed-faq
  16. attributes:
  17. label: Did you use the FAQ section?
  18. description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)?
  19. options:
  20. - label: Yes, I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there.
  21. required: true
  22. - type: textarea
  23. id: what_you_did
  24. attributes:
  25. label: What you did?
  26. description: Tell us how to reproduce the problem.
  27. value: |
  28. 1.
  29. 2.
  30. ...
  31. validations:
  32. required: true
  33. - type: textarea
  34. id: what_happens
  35. attributes:
  36. label: What happens
  37. placeholder: Tell us what you see!
  38. - type: textarea
  39. id: what_should_happen
  40. attributes:
  41. label: What should happen
  42. placeholder: Tell us what you want to see!
  43. - type: textarea
  44. id: additional_info
  45. attributes:
  46. label: Additional information
  47. description: E.g. if you have access to the server log files, copy them here. Or copy the browser console content, if appropiate.
  48. - type: input
  49. id: server_address
  50. attributes:
  51. label: Server address
  52. description: The instance of PrivateBin, where you experience the issue.
  53. placeholder: e.g. https://privatebin.net
  54. - type: input
  55. id: server_os
  56. attributes:
  57. label: Server OS
  58. placeholder: e.g. Ubuntu
  59. - type: input
  60. id: webserver
  61. attributes:
  62. label: Webserver
  63. placeholder: e.g. Apache
  64. - type: input
  65. id: privatebin_version
  66. attributes:
  67. label: PrivateBin version
  68. description: The PrivateBin version, where you experience the issue. It is e.g. shown at the bottom left in the web interface.
  69. placeholder: e.g. v1.5.2
  70. - type: input
  71. id: browser
  72. attributes:
  73. label: Browser and version
  74. placeholder: e.g. Firefox v116.3.0 (desktop)
  75. - type: input
  76. id: client
  77. attributes:
  78. label: Local operating system and version
  79. placeholder: e.g. Windows 10
  80. - type: dropdown
  81. id: reproduce_issue
  82. attributes:
  83. label: Issue reproducibility
  84. description: Can you reproduce this issue on [https://privatebin.net](https://privatebin.net)?
  85. options:
  86. - "No, I cannot reproduce it on https://privatebin.net."
  87. - "Yes, reproducible on https://privatebin.net."
  88. default: 0
  89. validations:
  90. required: true