Skip to content

Commit

Permalink
Remove redundant markdowns in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Dec 5, 2024
1 parent 8b76dd1 commit 318e10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 68 deletions.
32 changes: 1 addition & 31 deletions .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ assignees:
- klejejs

body:
- type: markdown
attributes:
value: |
**Describe the issue**
A clear and concise description of what the bug is.
- type: textarea
id: issue
validations:
Expand All @@ -22,12 +16,6 @@ body:
label: Issue
description: A clear and concise description of what the bug is.

- type: markdown
attributes:
value: |
**Expected behavior**
A clear and concise description of what you expected to happen.
- type: textarea
id: expected_behavior
validations:
Expand All @@ -36,25 +24,13 @@ body:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.

- type: markdown
attributes:
value: |
**Debug file data**
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).
- type: textarea
id: debug_file_data
validations:
required: true
attributes:
label: Debug File Data
description: Please attach Thermia debug file data that can help diagnose the issue.

- type: markdown
attributes:
value: |
**Are you running the latest version?**
Please check if you are running the latest version of the package before submitting a bug report.
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).

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

- type: markdown
attributes:
value: |
**Additional context**
Add any other context about the problem here.
- type: textarea
id: additional_context
attributes:
Expand Down
38 changes: 1 addition & 37 deletions .github/ISSUE_TEMPLATE/2-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ assignees:
- klejejs

body:
- type: markdown
attributes:
value: |
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: problem
validations:
Expand All @@ -22,12 +16,6 @@ body:
label: Problem
description: A clear and concise description of what the problem is.

- type: markdown
attributes:
value: |
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
- type: textarea
id: solution
validations:
Expand All @@ -36,12 +24,6 @@ body:
label: Solution
description: A clear and concise description of what you want to happen.

- type: markdown
attributes:
value: |
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: alternatives
validations:
Expand All @@ -50,25 +32,13 @@ body:
label: Alternatives
description: A clear and concise description of any alternative solutions or features you've considered.

- type: markdown
attributes:
value: |
**Debug file data**
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).
- type: textarea
id: debug_file_data
validations:
required: true
attributes:
label: Debug File Data
description: Please attach Thermia debug file data that can help diagnose the issue.

- type: markdown
attributes:
value: |
**Are you running the latest version?**
Please check if you are running the latest version of the package before submitting a bug report.
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).

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

- type: markdown
attributes:
value: |
**Additional context**
Add any other context or screenshots about the feature request here.
- type: textarea
id: additional_context
attributes:
Expand Down

0 comments on commit 318e10e

Please sign in to comment.