bug_report_form.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: Bug Report
  2. description: File a bug report
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. Thanks for taking the time to fill out this bug report!
  8. - type: textarea
  9. id: what-happened
  10. attributes:
  11. label: What happened?
  12. description: Also tell us, what did you expect to happen?
  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 occur. 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: input
  34. id: version
  35. attributes:
  36. label: Version
  37. description: What version of our software are you running? You can have the full version in `Help` -> `About superslicer`.
  38. placeholder: 2.4.60.2
  39. validations:
  40. required: false
  41. - type: input
  42. id: os
  43. attributes:
  44. label: Operating system
  45. description: with the version if possible
  46. placeholder: windows 10 / ubuntu 22.04 / macos 15
  47. validations:
  48. required: false
  49. - type: input
  50. id: printer
  51. attributes:
  52. label: Printer model
  53. description: May be useful to update default profile, or understand why to creates a problem
  54. placeholder: voron 2.4 with afterburner
  55. validations:
  56. required: false