Skip to content

Commit 318e10e

Browse files
committed
Remove redundant markdowns in issue templates
1 parent 8b76dd1 commit 318e10e

2 files changed

Lines changed: 2 additions & 68 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ assignees:
88
- klejejs
99

1010
body:
11-
- type: markdown
12-
attributes:
13-
value: |
14-
**Describe the issue**
15-
A clear and concise description of what the bug is.
16-
1711
- type: textarea
1812
id: issue
1913
validations:
@@ -22,12 +16,6 @@ body:
2216
label: Issue
2317
description: A clear and concise description of what the bug is.
2418

25-
- type: markdown
26-
attributes:
27-
value: |
28-
**Expected behavior**
29-
A clear and concise description of what you expected to happen.
30-
3119
- type: textarea
3220
id: expected_behavior
3321
validations:
@@ -36,25 +24,13 @@ body:
3624
label: Expected Behavior
3725
description: A clear and concise description of what you expected to happen.
3826

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-
4527
- type: textarea
4628
id: debug_file_data
4729
validations:
4830
required: true
4931
attributes:
5032
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).
5834

5935
- type: checkboxes
6036
id: latest_version
@@ -65,12 +41,6 @@ body:
6541
- label: I have checked and am running the latest version of the package
6642
required: true
6743

68-
- type: markdown
69-
attributes:
70-
value: |
71-
**Additional context**
72-
Add any other context about the problem here.
73-
7444
- type: textarea
7545
id: additional_context
7646
attributes:

.github/ISSUE_TEMPLATE/2-feature_request.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ assignees:
88
- klejejs
99

1010
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-
1711
- type: textarea
1812
id: problem
1913
validations:
@@ -22,12 +16,6 @@ body:
2216
label: Problem
2317
description: A clear and concise description of what the problem is.
2418

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-
3119
- type: textarea
3220
id: solution
3321
validations:
@@ -36,12 +24,6 @@ body:
3624
label: Solution
3725
description: A clear and concise description of what you want to happen.
3826

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-
4527
- type: textarea
4628
id: alternatives
4729
validations:
@@ -50,25 +32,13 @@ body:
5032
label: Alternatives
5133
description: A clear and concise description of any alternative solutions or features you've considered.
5234

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-
5935
- type: textarea
6036
id: debug_file_data
6137
validations:
6238
required: true
6339
attributes:
6440
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).
7242

7343
- type: checkboxes
7444
id: latest_version
@@ -79,12 +49,6 @@ body:
7949
- label: I have checked and am running the latest version of the package
8050
required: true
8151

82-
- type: markdown
83-
attributes:
84-
value: |
85-
**Additional context**
86-
Add any other context or screenshots about the feature request here.
87-
8852
- type: textarea
8953
id: additional_context
9054
attributes:

0 commit comments

Comments
 (0)