Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Assign labels using issue templates and improvements (#6170)
Browse files Browse the repository at this point in the history
Improvements:

* Replace binding with add-on because the repo contains more than just bindings
* Add note on using triple backticks to format log/code
* Update versions in example so users can easier relate to these

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored and David Gräff committed Oct 4, 2019
1 parent 999500c commit f39c7b4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
14 changes: 8 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: "\U0001F41B Bug report"
about: Something isn't working correctly with a binding. This is the wrong place for user-interfaces or openhab core issues.
about: Something isn't working correctly with an add-on. This is the wrong place for user-interfaces or openHAB Core issues.
labels: bug

---

Expand All @@ -19,8 +20,9 @@ about: Something isn't working correctly with a binding. This is the wrong place

## Current Behavior
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
<!-- Include related log information (preferably debug level) and related configs. -->
<!-- Use file attachment for log and config information longer than a few lines -->
<!-- Include related log information (preferably debug level) and related configs -->
<!-- Use a file attachment for log and config information longer than a few lines -->
<!-- Enclose multi-line log/code snippets with ``` on new lines for proper formatting -->
<!-- If suggesting a change/improvement, explain the difference from current behavior -->
<!-- For improvements, discuss at community.openhab.org first and include link to topic -->

Expand All @@ -40,6 +42,6 @@ about: Something isn't working correctly with a binding. This is the wrong place

## Your Environment
<!-- Include as many relevant details about the environment you experienced the bug in -->
* Version used: (e.g., openhab and addon versions)
* Environment name and version (e.g. Chrome 39, node.js 5.4, Java 8, ...):
* Operating System and version (desktop or mobile, Windows 10, Raspbian Jessie, ...):
* Version used: (e.g., openHAB and add-on versions)
* 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, ...):
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
name: "Feature request"
about: You think that your favourite binding should gain another feature
about: You think that your favorite add-on should gain another feature
labels: enhancement

---

<!-- Provide a general summary of the feature request in the *Title* above -->
<!-- If the feature request is related to a binding, please include its short name in -->
<!-- square brackets in the title - Example: "[astro][feature] My feature request..." -->
<!-- If the feature request is related to an add-on, please include its short name in -->
<!-- square brackets in the title - Example: "[astro] My feature request..." -->

<!-- Important: Please contact the openHAB community forum for questions or -->
<!-- for configuration and usage guidance: https://community.openhab.org -->

## Your Environment
<!-- Include as many relevant details about the environment you experienced the bug in -->
* Version used: (e.g., openhab and addon versions)
* Environment name and version (e.g. Chrome 39, node.js 5.4, Java 8, ...):
* Operating System and version (desktop or mobile, Windows 10, Raspbian Jessie, ...):
<!-- Include as many relevant details about the environment when applicable -->
* Version used: (e.g., openHAB and add-on versions)
* 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, ...):
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/usage_question.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: "\U0001F914 Support/Usage Question"
about: For usage questions, please use the openHAB community board!
labels: question

---

Expand Down

0 comments on commit f39c7b4

Please sign in to comment.