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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-bug_report.yml
+1-31Lines changed: 1 addition & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ assignees:
8
8
- klejejs
9
9
10
10
body:
11
-
- type: markdown
12
-
attributes:
13
-
value: |
14
-
**Describe the issue**
15
-
A clear and concise description of what the bug is.
16
-
17
11
- type: textarea
18
12
id: issue
19
13
validations:
@@ -22,12 +16,6 @@ body:
22
16
label: Issue
23
17
description: A clear and concise description of what the bug is.
24
18
25
-
- type: markdown
26
-
attributes:
27
-
value: |
28
-
**Expected behavior**
29
-
A clear and concise description of what you expected to happen.
30
-
31
19
- type: textarea
32
20
id: expected_behavior
33
21
validations:
@@ -36,25 +24,13 @@ body:
36
24
label: Expected Behavior
37
25
description: A clear and concise description of what you expected to happen.
38
26
39
-
- type: markdown
40
-
attributes:
41
-
value: |
42
-
**Debug file data**
43
-
Please attach Thermia debug file data that can help diagnose the issue. To get the debug file data, see [README.md](https://github.com/klejejs/python-thermia-online-api?tab=readme-ov-file#regarding-unsupported-models).
44
-
45
27
- type: textarea
46
28
id: debug_file_data
47
29
validations:
48
30
required: true
49
31
attributes:
50
32
label: Debug File Data
51
-
description: Please attach Thermia debug file data that can help diagnose the issue.
52
-
53
-
- type: markdown
54
-
attributes:
55
-
value: |
56
-
**Are you running the latest version?**
57
-
Please check if you are running the latest version of the package before submitting a bug report.
33
+
description: Please attach Thermia debug file data that can help diagnose the issue. To get the debug file data, see [README.md](https://github.com/klejejs/python-thermia-online-api?tab=readme-ov-file#regarding-unsupported-models).
58
34
59
35
- type: checkboxes
60
36
id: latest_version
@@ -65,12 +41,6 @@ body:
65
41
- label: I have checked and am running the latest version of the package
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2-feature_request.yml
+1-37Lines changed: 1 addition & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ assignees:
8
8
- klejejs
9
9
10
10
body:
11
-
- type: markdown
12
-
attributes:
13
-
value: |
14
-
**Is your feature request related to a problem? Please describe.**
15
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16
-
17
11
- type: textarea
18
12
id: problem
19
13
validations:
@@ -22,12 +16,6 @@ body:
22
16
label: Problem
23
17
description: A clear and concise description of what the problem is.
24
18
25
-
- type: markdown
26
-
attributes:
27
-
value: |
28
-
**Describe the solution you'd like**
29
-
A clear and concise description of what you want to happen.
30
-
31
19
- type: textarea
32
20
id: solution
33
21
validations:
@@ -36,12 +24,6 @@ body:
36
24
label: Solution
37
25
description: A clear and concise description of what you want to happen.
38
26
39
-
- type: markdown
40
-
attributes:
41
-
value: |
42
-
**Describe alternatives you've considered**
43
-
A clear and concise description of any alternative solutions or features you've considered.
44
-
45
27
- type: textarea
46
28
id: alternatives
47
29
validations:
@@ -50,25 +32,13 @@ body:
50
32
label: Alternatives
51
33
description: A clear and concise description of any alternative solutions or features you've considered.
52
34
53
-
- type: markdown
54
-
attributes:
55
-
value: |
56
-
**Debug file data**
57
-
Please attach Thermia debug file data that can help diagnose the issue. To get the debug file data, see [README.md](https://github.com/klejejs/python-thermia-online-api?tab=readme-ov-file#regarding-unsupported-models).
58
-
59
35
- type: textarea
60
36
id: debug_file_data
61
37
validations:
62
38
required: true
63
39
attributes:
64
40
label: Debug File Data
65
-
description: Please attach Thermia debug file data that can help diagnose the issue.
66
-
67
-
- type: markdown
68
-
attributes:
69
-
value: |
70
-
**Are you running the latest version?**
71
-
Please check if you are running the latest version of the package before submitting a bug report.
41
+
description: Please attach Thermia debug file data that can help diagnose the issue. To get the debug file data, see [README.md](https://github.com/klejejs/python-thermia-online-api?tab=readme-ov-file#regarding-unsupported-models).
72
42
73
43
- type: checkboxes
74
44
id: latest_version
@@ -79,12 +49,6 @@ body:
79
49
- label: I have checked and am running the latest version of the package
80
50
required: true
81
51
82
-
- type: markdown
83
-
attributes:
84
-
value: |
85
-
**Additional context**
86
-
Add any other context or screenshots about the feature request here.
0 commit comments