bug_report.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: Bug Report
  2. description: Report a bug
  3. title: "(Bug report) "
  4. labels: "Type: Bug"
  5. body:
  6. - type: input
  7. attributes:
  8. label: Trilium Version
  9. description: What version of Trilium are you using?
  10. placeholder: 0.57.0-beta
  11. validations:
  12. required: true
  13. - type: dropdown
  14. attributes:
  15. label: What operating system are you using?
  16. options:
  17. - Windows
  18. - macOS
  19. - Ubuntu
  20. - Other Linux
  21. - Other (specify below)
  22. validations:
  23. required: true
  24. - type: dropdown
  25. attributes:
  26. label: What is your setup?
  27. description: https://github.com/zadam/trilium/wiki#choose-the-setup
  28. options:
  29. - Local (no sync)
  30. - Local + server sync
  31. - Server access only
  32. validations:
  33. required: true
  34. - type: input
  35. attributes:
  36. label: Operating System Version
  37. description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, use lsb_release or uname -a.
  38. placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
  39. validations:
  40. required: true
  41. - type: textarea
  42. attributes:
  43. label: Description
  44. description: A clear and concise description of the bug and any additional information.
  45. validations:
  46. required: true
  47. - type: textarea
  48. attributes:
  49. label: Error logs
  50. description: Please provide error logs, see [wiki page](https://github.com/zadam/trilium/wiki/Error-logs) for instructions on how to submit them.
  51. validations:
  52. required: false