bug_report_form.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. name: Bug Report
  2. description: File a bug report
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
  8. - type: textarea
  9. id: what-happened
  10. attributes:
  11. label: Description of the bug
  12. description: What happened? Please, enclose a screenshot whenever possible (even when you think the description is clear). What did you expect to happen? In case of 3D rendering issues, please attach the content of menu Help -> System Info dialog.
  13. placeholder: |
  14. What is the problem?
  15. What did you expect?
  16. You paste or drop screenshots here
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: to_reproduce
  21. attributes:
  22. label: Project file & How to reproduce
  23. description: "*Please* upload a ZIP archive containing the project file used when the problem arise. Please export it just before the problem occurs. Even if you did nothing and/or there is no object, export it! (it contains your current configuration)."
  24. placeholder: |
  25. `File`->`Save project as...` then zip it & drop it here
  26. Also, if needed include the steps to reproduce the bug:
  27. 1. Go to '...'
  28. 2. Click on '....'
  29. 3. Scroll down to '....'
  30. 4. See error
  31. validations:
  32. required: true
  33. - type: checkboxes
  34. attributes:
  35. label: Checklist of files included above
  36. options:
  37. - label: Project file
  38. - label: Screenshot
  39. validations:
  40. required: true
  41. - type: input
  42. id: version
  43. attributes:
  44. label: Version of PrusaSlicer
  45. description: What version of PrusaSlicer are you running? You can see the full version in `Help` -> `About PrusaSlicer`.
  46. placeholder: e.g. 2.4.1-alpha2-win64 / 2.3.3-linux / 2.4.1-alpha0+61-win64-gcd2459455 ...
  47. validations:
  48. required: true
  49. - type: input
  50. id: os
  51. attributes:
  52. label: Operating system
  53. description: with the version if possible
  54. placeholder: e.g. Windows 7/8/10/11 ... , Ubuntu 22.04/Debian ... , macOS 10.15/11.1 ...
  55. validations:
  56. required: true
  57. - type: input
  58. id: printer
  59. attributes:
  60. label: Printer model
  61. description: Please, fill this in even when it seems irrelevant.
  62. placeholder: voron 2.4 with afterburner
  63. validations:
  64. required: true