diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index d340183..ba148ef 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -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: @@ -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: @@ -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 @@ -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: diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml index e7a22c8..43850b9 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -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: @@ -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: @@ -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: @@ -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 @@ -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: