bug_report.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: 🐞 Bug report
  2. description: Thanks for taking the time to fill out this bug report! Please fill the form in **English**
  3. labels: ["bug"]
  4. body:
  5. - type: textarea
  6. id: desc
  7. attributes:
  8. label: Bug Description
  9. description: A clear and concise description of what the bug is (if it's a keyboard issue, provide the keyboard mode you're using. e.g. legacy, map, translate)
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: reproduce
  14. attributes:
  15. label: How to Reproduce
  16. description: What steps can we take to reproduce this behavior?
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: expected
  21. attributes:
  22. label: Expected Behavior
  23. description: A clear and concise description of what you expected to happen
  24. validations:
  25. required: true
  26. - type: input
  27. id: os
  28. attributes:
  29. label: Operating system(s) on local (controlling) side and remote (controlled) side
  30. description: What operating system(s) do you see this bug on? local (controlling) side -> remote (controlled) side.
  31. placeholder: |
  32. Windows 10 -> osx
  33. validations:
  34. required: true
  35. - type: input
  36. id: version
  37. attributes:
  38. label: RustDesk Version(s) on local (controlling) side and remote (controlled) side
  39. description: What RustDesk version(s) do you see this bug on? local (controlling) side -> remote (controlled) side.
  40. placeholder: |
  41. 1.1.9 -> 1.1.8
  42. validations:
  43. required: true
  44. - type: textarea
  45. id: screenshots
  46. attributes:
  47. label: Screenshots
  48. description: Please add screenshots to help explain your problem, if applicable, please upload video.
  49. validations:
  50. required: true
  51. - type: textarea
  52. id: context
  53. attributes:
  54. label: Additional Context
  55. description: Add any additonal context about the problem here