bugreport.yaml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. name: Bug Report
  2. description: Create a report to help us fix issues.
  3. labels: "Type: Bug"
  4. issue_body: true
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. **Thank you for using Cura and wanting to report a bug.**
  10. 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.
  11. Also, please note the application version in the title of the issue "For example (3.2.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
  12. - type: input
  13. attributes:
  14. label: Application Version
  15. description: The version of Cura this issue occurs with.
  16. placeholder: 4.8.0
  17. validations:
  18. required: true
  19. - type: input
  20. attributes:
  21. label: Platform
  22. description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
  23. placeholder: Windows 10
  24. validations:
  25. required: true
  26. - type: input
  27. attributes:
  28. label: Printer
  29. description: Which printer was selected in Cura?
  30. placeholder: Ultimaker S5
  31. validations:
  32. required: true
  33. - type: textarea
  34. attributes:
  35. label: Reproduction steps
  36. description: Tell us what you did!
  37. placeholder: |
  38. 1. Something you did
  39. 2. Something you did next
  40. validations:
  41. required: true
  42. - type: textarea
  43. attributes:
  44. label: Actual results
  45. description: What happens after the above steps have been followed.
  46. validations:
  47. required: true
  48. - type: textarea
  49. attributes:
  50. label: Expected results
  51. description: What should happen after the above steps have been followed.
  52. validations:
  53. required: true
  54. - type: markdown
  55. attributes:
  56. value: |
  57. ## Additional information & file uploads
  58. Please be sure to add the following files:
  59. * For slicing issues, upload a **project file** that clearly shows the bug.
  60. To save a project file go to `File -> Save project`. Please make sure to .zip your project file. For big files you may need to use WeTransfer or similar file sharing sites.
  61. G-code files are not project files!
  62. * **Screenshots** of showing the problem, perhaps before/after images.
  63. * A **log file**, see [here](https://github.com/Ultimaker/Cura#logging-issues) how to find the log file.
  64. You can add these files and additional information that is relevant to the issue in the comments below.