diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1ed4d7333..4cc2a35f2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,47 +1,47 @@ ---- -name: "🐛 Bug report" -about: Something isn't working correctly with the JavaScript library. This is the wrong place for user-interfaces or openHAB Core issues. -labels: bug - ---- - - - - - - - - - - -## Expected Behavior - - - -## Current Behavior - - - - - - - -## Possible Solution - - - -## Steps to Reproduce (for Bugs) - - -1. -2. - -## Context - - - -## Your Environment - -* Version used: (e.g., openHAB and **JS Scripting add-on version**) -* Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...): -* Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...): +--- +name: "🐛 Bug report" +about: Something isn't working correctly with the JavaScript library. This is the wrong place for user-interfaces or openHAB Core issues. +labels: bug + +--- + + + + + + + + + + +## Expected Behavior + + + +## Current Behavior + + + + + + + +## Possible Solution + + + +## Steps to Reproduce (for Bugs) + + +1. +2. + +## Context + + + +## Your Environment + +* openHAB version used (check Main UI -> About): +* openhab-js version used (run `console.log('openhab-js ' + utils.OPENHAB_JS_VERSION)` from a JS script): +* Operating System and version (e.g. desktop or mobile, Windows 10, Raspbian Buster, ...): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5fb8725dc..17841fb48 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,19 +1,19 @@ ---- -name: "✨ Feature request" -about: You think that the JavaScript library should gain another feature -labels: enhancement - ---- - - - - - - - - -## Your Environment - -* Version used: (e.g., openHAB and **JS Scripting add-on version**) -* Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...): -* Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...): +--- +name: "✨ Feature request" +about: You think that the JavaScript library should gain another feature +labels: enhancement + +--- + + + + + + + + +## Your Environment + +* openHAB version used (check Main UI -> About): +* openhab-js version used (run `console.log('openhab-js ' + utils.OPENHAB_JS_VERSION)` from a JS script): +* Operating System and version (e.g. desktop or mobile, Windows 10, Raspbian Buster, ...):