Skip to content

Commit 7f2b7a4

Browse files
committed
Issue templates: Explain how to get openhab-js version
Signed-off-by: Florian Hotze <[email protected]>
1 parent a0628ae commit 7f2b7a4

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
---
2-
name: "🐛 Bug report"
3-
about: Something isn't working correctly with the JavaScript library. This is the wrong place for user-interfaces or openHAB Core issues.
4-
labels: bug
5-
6-
---
7-
8-
<!-- Provide a general summary of the issue in the *Title* above -->
9-
<!-- If the issue is related to a binding, please include its short name in -->
10-
<!-- square brackets in the title - Example: "[astro] My issue..." -->
11-
12-
<!-- Important: Please contact the openHAB community forum for questions or -->
13-
<!-- for configuration and usage guidance: https://community.openhab.org -->
14-
15-
<!-- Feel free to delete any comment lines in the template (starting with "<!--") -->
16-
17-
## Expected Behavior
18-
<!-- If you're describing a bug, tell us what should happen -->
19-
<!-- If you're suggesting a change/improvement, tell us how it should work -->
20-
21-
## Current Behavior
22-
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
23-
<!-- Include related log information (preferably debug level) and related configs -->
24-
<!-- Use a file attachment for log and config information longer than a few lines -->
25-
<!-- Enclose multi-line log/code snippets with ``` on new lines for proper formatting -->
26-
<!-- If suggesting a change/improvement, explain the difference from current behavior -->
27-
<!-- For improvements, discuss at community.openhab.org first and include link to topic -->
28-
29-
## Possible Solution
30-
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
31-
<!-- or ideas how to implement the addition or change -->
32-
33-
## Steps to Reproduce (for Bugs)
34-
<!-- Provide a link to a live example, or an unambiguous set of steps to -->
35-
<!-- reproduce this bug. Include code to reproduce, if relevant -->
36-
1.
37-
2.
38-
39-
## Context
40-
<!-- How has this issue affected you? What are you trying to accomplish? -->
41-
<!-- Providing context helps us come up with a solution that is most useful in the real world -->
42-
43-
## Your Environment
44-
<!-- Include as many relevant details about the environment you experienced the bug in -->
45-
* Version used: (e.g., openHAB and **JS Scripting add-on version**)
46-
* Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...):
47-
* Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...):
1+
---
2+
name: "🐛 Bug report"
3+
about: Something isn't working correctly with the JavaScript library. This is the wrong place for user-interfaces or openHAB Core issues.
4+
labels: bug
5+
6+
---
7+
8+
<!-- Provide a general summary of the issue in the *Title* above -->
9+
<!-- If the issue is related to a binding, please include its short name in -->
10+
<!-- square brackets in the title - Example: "[astro] My issue..." -->
11+
12+
<!-- Important: Please contact the openHAB community forum for questions or -->
13+
<!-- for configuration and usage guidance: https://community.openhab.org -->
14+
15+
<!-- Feel free to delete any comment lines in the template (starting with "<!--") -->
16+
17+
## Expected Behavior
18+
<!-- If you're describing a bug, tell us what should happen -->
19+
<!-- If you're suggesting a change/improvement, tell us how it should work -->
20+
21+
## Current Behavior
22+
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
23+
<!-- Include related log information (preferably debug level) and related configs -->
24+
<!-- Use a file attachment for log and config information longer than a few lines -->
25+
<!-- Enclose multi-line log/code snippets with ``` on new lines for proper formatting -->
26+
<!-- If suggesting a change/improvement, explain the difference from current behavior -->
27+
<!-- For improvements, discuss at community.openhab.org first and include link to topic -->
28+
29+
## Possible Solution
30+
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
31+
<!-- or ideas how to implement the addition or change -->
32+
33+
## Steps to Reproduce (for Bugs)
34+
<!-- Provide a link to a live example, or an unambiguous set of steps to -->
35+
<!-- reproduce this bug. Include code to reproduce, if relevant -->
36+
1.
37+
2.
38+
39+
## Context
40+
<!-- How has this issue affected you? What are you trying to accomplish? -->
41+
<!-- Providing context helps us come up with a solution that is most useful in the real world -->
42+
43+
## Your Environment
44+
<!-- Include as many relevant details about the environment you experienced the bug in -->
45+
* openHAB version used (check Main UI -> About):
46+
* openhab-js version used (run `console.log('openhab-js ' + utils.OPENHAB_JS_VERSION)` from a JS script):
47+
* Operating System and version (e.g. desktop or mobile, Windows 10, Raspbian Buster, ...):
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
---
2-
name: "✨ Feature request"
3-
about: You think that the JavaScript library should gain another feature
4-
labels: enhancement
5-
6-
---
7-
8-
<!-- Provide a general summary of the feature request in the *Title* above -->
9-
<!-- If the feature request is related to an add-on, please include its short name in -->
10-
<!-- square brackets in the title - Example: "[astro] My feature request..." -->
11-
12-
<!-- Important: Please contact the openHAB community forum for questions or -->
13-
<!-- for configuration and usage guidance: https://community.openhab.org -->
14-
15-
## Your Environment
16-
<!-- Include as many relevant details about the environment when applicable -->
17-
* Version used: (e.g., openHAB and **JS Scripting add-on version**)
18-
* Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...):
19-
* Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...):
1+
---
2+
name: "✨ Feature request"
3+
about: You think that the JavaScript library should gain another feature
4+
labels: enhancement
5+
6+
---
7+
8+
<!-- Provide a general summary of the feature request in the *Title* above -->
9+
<!-- If the feature request is related to an add-on, please include its short name in -->
10+
<!-- square brackets in the title - Example: "[astro] My feature request..." -->
11+
12+
<!-- Important: Please contact the openHAB community forum for questions or -->
13+
<!-- for configuration and usage guidance: https://community.openhab.org -->
14+
15+
## Your Environment
16+
<!-- Include as many relevant details about the environment you experienced the bug in -->
17+
* openHAB version used (check Main UI -> About):
18+
* openhab-js version used (run `console.log('openhab-js ' + utils.OPENHAB_JS_VERSION)` from a JS script):
19+
* Operating System and version (e.g. desktop or mobile, Windows 10, Raspbian Buster, ...):

0 commit comments

Comments
 (0)