q-a.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. title: "[Question and support] "
  2. labels: ["question/support"]
  3. body:
  4. - type: markdown
  5. attributes:
  6. label: Describe the problem/question
  7. description: |
  8. A clear and concise description of what the problem/issue or question is.
  9. - type: checkboxes
  10. attributes:
  11. label: Please tick this to confirm
  12. options:
  13. - label: Yes, I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there.
  14. - type: markdown
  15. id: what_you_did
  16. attributes:
  17. label: What you did
  18. description: |
  19. Tell us how to reproduce the problem.
  20. 1.
  21. 2.
  22. - type: textarea
  23. id: what_happens
  24. attributes:
  25. label: What happens
  26. - type: textarea
  27. id: what_should_happen
  28. attributes:
  29. label: What should happen
  30. - type: textarea
  31. id: additional_info
  32. attributes:
  33. label: Additional information
  34. description: If you have access to the server log files, copy them here.
  35. - type: input
  36. id: server_address
  37. attributes:
  38. label: Server address
  39. - type: input
  40. id: server_os
  41. attributes:
  42. label: Server OS
  43. - type: input
  44. id: webserver
  45. attributes:
  46. label: Webserver
  47. - type: input
  48. id: browser
  49. attributes:
  50. label: Browser
  51. - type: input
  52. id: privatebin_version
  53. attributes:
  54. label: PrivateBin version
  55. - type: dropdown
  56. id: reproduce_issue
  57. attributes:
  58. label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net)
  59. options:
  60. - label: No
  61. value: No
  62. - label: Yes
  63. value: Yes