02-bug.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: Bug report
  2. description: If you're actually looking for support instead, see "I need help / I have a question".
  3. labels: ["bug", "needs-triage"]
  4. type: Bug
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. :no_entry_sign: If you want to report a security issue, please see [our Security Policy](https://syncthing.net/security/) and do not report the issue here.
  10. :interrobang: If you are not sure if there is a bug, but something isn't working right and you need help, please [use the forum](https://forum.syncthing.net/).
  11. - type: textarea
  12. id: what-happened
  13. attributes:
  14. label: What happened?
  15. description: Also tell us, what did you expect to happen, and any steps we might use to reproduce the problem.
  16. placeholder: Tell us what you see!
  17. validations:
  18. required: true
  19. - type: input
  20. id: version
  21. attributes:
  22. label: Syncthing version
  23. description: What version of Syncthing are you running?
  24. placeholder: v1.27.4
  25. validations:
  26. required: true
  27. - type: input
  28. id: platform
  29. attributes:
  30. label: Platform & operating system
  31. description: On what platform(s) are you seeing the problem?
  32. placeholder: Linux arm64
  33. validations:
  34. required: true
  35. - type: input
  36. id: browser
  37. attributes:
  38. label: Browser version
  39. description: If the problem is related to the GUI, describe your browser and version.
  40. placeholder: Safari 17.3.1
  41. - type: textarea
  42. id: logs
  43. attributes:
  44. label: Relevant log output
  45. description: Please copy and paste any relevant log output or crash backtrace. This will be automatically formatted into code, so no need for backticks.
  46. render: shell