You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report crashes or incorrect behaviour of existing functionality in QtNodes.
3
+
body:
4
+
- type: textarea
5
+
id: steps
6
+
attributes:
7
+
label: Description with steps to reproduce
8
+
description: Please also describe the actual (current) and expected behaviour and include a code snippet where relevant
9
+
placeholder: |
10
+
1. go to ...
11
+
2. then click on ...
12
+
3. then ...
13
+
Actual behaviour:
14
+
Expected behaviour:
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
id: evidence
19
+
attributes:
20
+
label: Supporting files, videos and screenshots
21
+
description: |
22
+
* A short screen recording (ideally 20sec or less) or screenshot
23
+
placeholder: |
24
+
Click into this text box and paste your files, videos and screenshots here.
25
+
validations:
26
+
required: true
27
+
- type: input
28
+
id: qt_version
29
+
attributes:
30
+
label: Qt Version
31
+
description: What version of Qt does this bug occur on?
32
+
placeholder: Qt 5/6?
33
+
validations:
34
+
required: true
35
+
- type: input
36
+
id: os
37
+
attributes:
38
+
label: Operating system
39
+
description: What OS does this bug occur on?
40
+
placeholder: Windows 11, macOS 13, Ubuntu 22.04, etc.
41
+
validations:
42
+
required: true
43
+
- type: textarea
44
+
id: context
45
+
attributes:
46
+
label: Additional context
47
+
description: Further information which may be relevant to this bug
48
+
49
+
- type: checkboxes
50
+
id: checklist
51
+
attributes:
52
+
label: Checklist
53
+
description: "Before submitting your bug report, please make sure the following requirements are met:"
54
+
options:
55
+
- label: "I have verified that this issue has not been logged before, by searching the [issue tracker](https://github.com/paceholder/nodeeditor/issues) for similar issues"
56
+
required: true
57
+
- label: "I have attached all requested files and information to this report"
58
+
required: true
59
+
- label: "I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible"
60
+
required: true
61
+
- type: markdown
62
+
attributes:
63
+
value: If an issue does not meet these requirements, it may be closed without investigation.
description: Request new functionality or enhancements.
3
+
body:
4
+
- type: textarea
5
+
id: idea
6
+
attributes:
7
+
label: Your idea
8
+
description: Describe your idea in a few sentences.
9
+
validations:
10
+
required: true
11
+
- type: textarea
12
+
id: whatfor
13
+
attributes:
14
+
label: Problem to be solved
15
+
description: What problem would your idea solve?
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
id: other
20
+
attributes:
21
+
label: Prior art
22
+
description: Have you run into this problem with other apps? How did they solve it? You can paste screenshots.
23
+
validations:
24
+
required: false
25
+
- type: textarea
26
+
id: context
27
+
attributes:
28
+
label: Additional context
29
+
description: Anything else of note
30
+
validations:
31
+
required: false
32
+
33
+
- type: checkboxes
34
+
id: checklist
35
+
attributes:
36
+
label: Checklist
37
+
description: "Before submitting your bug report, please make sure the following requirements are met:"
38
+
options:
39
+
- label: "I have verified that this feature request has not been logged before, by searching the [issue tracker](https://github.com/paceholder/nodeeditor/issues) for similar requests"
40
+
required: true
41
+
- type: markdown
42
+
attributes:
43
+
value: If a feature request does not meet these requirements, it may be closed without investigation.
0 commit comments