mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Add stub for new bug template
This commit is contained in:
parent
dc68fbc94a
commit
f60ad6f309
1 changed files with 30 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us fix issues.
|
||||||
|
labels: "Type: Bug"
|
||||||
|
issue_body: true
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Application Version
|
||||||
|
description: The version of Cura this issue occurs with.
|
||||||
|
placeholder: 4.8.0
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Platform
|
||||||
|
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
|
||||||
|
placeholder: Windows 10
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Printer
|
||||||
|
description: Which printer was selected in Cura?
|
||||||
|
placeholder: Ultimaker S5
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional Information
|
||||||
|
description: Extra information relevant to the issue.
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
value: "A bug happened!"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue