mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Create GitHub issue template
Might help streamlining issue creation and handling.
This commit is contained in:
parent
cab27711ad
commit
16ce1e870e
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATE.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!--
|
||||
The following template is useful for filing new issues. Processing an issue will go much faster when this is filled out.
|
||||
Before filing, please check if the issue already exists (either open or closed).
|
||||
Thank you for using Cura!
|
||||
-->
|
||||
|
||||
Application Version:
|
||||
<!-- The version of the application this issue occurs with -->
|
||||
|
||||
Platform:
|
||||
<!-- Information about the platform the issue occurs on -->
|
||||
|
||||
Qt:
|
||||
<!-- The version of Qt used (not necessary if you're using the version from Ultimaker's website) -->
|
||||
|
||||
PyQt:
|
||||
<!-- The version of PyQt used (not necessary if you're using the version from Ultimaker's website) -->
|
||||
|
||||
Display Driver:
|
||||
<!-- Video driver name and version -->
|
||||
|
||||
Steps to Reproduce:
|
||||
<!-- Add the steps needed that lead up to the issue (replace this text) -->
|
||||
|
||||
Actual Results:
|
||||
<!-- What happens after the above steps have been followed (replace this text) -->
|
||||
|
||||
Expected results:
|
||||
<!-- What should happen after the above steps have been followed (replace this text) -->
|
||||
|
||||
Additional Information:
|
||||
<!-- Extra information relevant to the issue, like screenshots (replace this text) -->
|
Loading…
Add table
Add a link
Reference in a new issue