q-a.yml 2.0 KB

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