q-a.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. title: "[Question and support] "
  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: Please tick this to confirm
  19. description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)?
  20. options:
  21. - label: Yes, I have read the 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. - type: textarea
  32. id: what_happens
  33. attributes:
  34. label: What happens
  35. placeholder: Tell us what you see!
  36. - type: textarea
  37. id: what_should_happen
  38. attributes:
  39. label: What should happen
  40. placeholder: Tell us what you want to see!
  41. - type: textarea
  42. id: additional_info
  43. attributes:
  44. label: Additional information
  45. description: If you have access to the server log files, copy them here.
  46. - type: input
  47. id: server_address
  48. attributes:
  49. label: Server address
  50. - type: input
  51. id: server_os
  52. attributes:
  53. label: Server OS
  54. - type: input
  55. id: webserver
  56. attributes:
  57. label: Webserver
  58. - type: input
  59. id: browser
  60. attributes:
  61. label: Browser
  62. - type: input
  63. id: privatebin_version
  64. attributes:
  65. label: PrivateBin version
  66. - type: dropdown
  67. id: reproduce_issue
  68. attributes:
  69. label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net)
  70. options:
  71. - No
  72. - Yes
  73. default: 0
  74. validations:
  75. required: true