Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bugreport.yaml « ISSUE_TEMPLATE « .github - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97fb63d468d5feb77b0b6fff2cd657965b9169a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: Bug Report
description: Create a report to help us fix issues.
labels: "Type: Bug"
body:
- type: markdown
  attributes:
    value: |
      **Thank you for using Cura and wanting to report a bug.**
      
      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. 
      
      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.
- type: input
  attributes:
    label: Application Version
    description: The version of Cura this issue occurs with.
    placeholder: 4.8.0
  validations:
    required: true
- 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    
  validations:
    required: true
- type: textarea
  attributes:
    label: Reproduction steps
    description: Tell us what you did!
    placeholder: |
      1. Something you did
      2. Something you did next
  validations:
    required: true
- type: textarea
  attributes:
    label: Actual results
    description: What happens after the above steps have been followed.
  validations:
    required: true
- type: textarea
  attributes:
    label: Expected results
    description: What should happen after the above steps have been followed.
  validations:
    required: true
- type: markdown
  attributes:
    value: |
      ## Additional information & file uploads
      
      Please be sure to add the following files:
        * For slicing issues, upload a **project file** that clearly shows the bug. 
          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. 
          G-code files are not project files!
        * **Screenshots** of showing the problem, perhaps before/after images.
        * A **log file**, see [here](https://github.com/Ultimaker/Cura#logging-issues) how to find the log file. 
      
      You can add these files and additional information that is relevant to the issue in the comments below.