bug-report.yaml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. name: Bug Report
  2. description: Found something you weren't expecting? Report it here!
  3. labels: ["Unconfirmed Bug"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thanks for taking the time to fill out this bug report.
  9. NOTE: Please read the instructions below before filling the form.
  10. - type: markdown
  11. attributes:
  12. value: |
  13. 1. Please write in English, this is the language all maintainers can speak and write.
  14. 2. Please take a moment to check that your issue doesn't already exist and not already reported.
  15. 3. Please make sure the solution to your problem is not already mentioned in the FAQ (https://flameshot.org/docs/guide/faq/)
  16. 4. Please provide the information for each field as complete as possible.
  17. - type: textarea
  18. id: flameshot-ver
  19. attributes:
  20. label: Flameshot Version
  21. description: The Flameshot version (or commit reference) your are running. You can right-click on the tray icon > About > copy
  22. placeholder: e.g Flameshot v0.10.1 (065aa98c)
  23. validations:
  24. required: true
  25. - type: dropdown
  26. id: installation-type
  27. attributes:
  28. label: Installation Type
  29. description: How have you installed flameshot?
  30. multiple: true
  31. options:
  32. - Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...)
  33. - User repository (AUR)
  34. - Flatpak from Flathub
  35. - Flatpak from Github
  36. - Snap from Snapcraft
  37. - Snap from
  38. - AppImage
  39. - Using the ready-made package from Github Releases
  40. - Compiled from source
  41. validations:
  42. required: true
  43. - type: input
  44. id: os-ver
  45. attributes:
  46. label: Operating System type and version
  47. description: "The operating system you are using Flameshot on:"
  48. validations:
  49. required: true
  50. - type: textarea
  51. id: description
  52. attributes:
  53. label: Description
  54. description: |
  55. Please provide a description of your issue here. Please explain in details what the issue is. If you can, provide screenshots or screen recordings to demonstrate the issue.
  56. validations:
  57. required: true
  58. - type: textarea
  59. id: steps-to-reproduce
  60. attributes:
  61. label: Steps to reproduce
  62. description: Please write the steps we should take to reproduce this buggy behaviour
  63. placeholder: |
  64. 1. run `flameshot gui`
  65. 2. select a region on the primary monitor
  66. 3. save to file
  67. 4. ...
  68. validations:
  69. required: false
  70. - type: textarea
  71. id: screenshots
  72. attributes:
  73. label: Screenshots or screen recordings
  74. description: If you think it would be beneficial for us to understand the issue, please provide a screenshots or screen recording. For screen recording you can use [Peek](https://github.com/phw/peek)
  75. - type: textarea
  76. id: systeminfo
  77. attributes:
  78. label: System Information
  79. description: |
  80. Please provide the detailed information about your computer including:
  81. 1. Operating system and version
  82. 2. Your monitor configuration (easiest way would be to add a screenshot of your monitor setup from settings window)
  83. 3. If using Linux (https://flameshot.org/docs/guide/issue-reporting/):
  84. - Your Desktop Environment and your Window Manager
  85. - if you are using Xorg or Wayland
  86. validations:
  87. required: true