Skip to content

Commit 68a6622

Browse files
committed
Add screenshot field to issue templates
1 parent 941bfa7 commit 68a6622

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ body:
3232
label: Debug File Data
3333
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).
3434

35+
- type: textarea
36+
id: screenshots_from_ui
37+
attributes:
38+
label: Screenshots from Thermia Online web interface
39+
description: If possible/applicable, please add screenshots from the Thermia Online web interface showing how the sensor/switch is displayed there.
40+
3541
- type: checkboxes
3642
id: latest_version
3743
attributes:

.github/ISSUE_TEMPLATE/2-feature_request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ body:
4040
label: Debug File Data
4141
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).
4242

43+
- type: textarea
44+
id: screenshots_from_ui
45+
attributes:
46+
label: Screenshots from Thermia Online web interface
47+
description: If possible/applicable, please add screenshots from the Thermia Online web interface showing how the sensor/switch is displayed there.
48+
4349
- type: checkboxes
4450
id: latest_version
4551
attributes:

0 commit comments

Comments
 (0)