q-a.yml 1.5 KB

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