q-a.yml 2.7 KB

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