Codebase as of c53e4aed26 as an initial commit for the shrunk repo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Something isn't working correctly with an add-on. This is the wrong place for user-interfaces or openHAB Core issues.
|
||||
labels: bug
|
||||
|
||||
---
|
||||
|
||||
<!-- Provide a general summary of the issue in the *Title* above -->
|
||||
<!-- If the issue is related to a binding, please include its short name in -->
|
||||
<!-- square brackets in the title - Example: "[astro] My issue..." -->
|
||||
|
||||
<!-- Important: Please contact the openHAB community forum for questions or -->
|
||||
<!-- for configuration and usage guidance: https://community.openhab.org -->
|
||||
|
||||
<!-- Feel free to delete any comment lines in the template (starting with "<!--") -->
|
||||
|
||||
## Expected Behavior
|
||||
<!-- If you're describing a bug, tell us what should happen -->
|
||||
<!-- If you're suggesting a change/improvement, tell us how it should work -->
|
||||
|
||||
## 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 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 -->
|
||||
|
||||
## Possible Solution
|
||||
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||
<!-- or ideas how to implement the addition or change -->
|
||||
|
||||
## Steps to Reproduce (for Bugs)
|
||||
<!-- Provide a link to a live example, or an unambiguous set of steps to -->
|
||||
<!-- reproduce this bug. Include code to reproduce, if relevant -->
|
||||
1.
|
||||
2.
|
||||
|
||||
## Context
|
||||
<!-- How has this issue affected you? What are you trying to accomplish? -->
|
||||
<!-- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
## Your Environment
|
||||
<!-- Include as many relevant details about the environment you experienced the bug in -->
|
||||
* 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, ...):
|
||||
17
.github/ISSUE_TEMPLATE/documentation_issue.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/documentation_issue.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: "Documentation issue"
|
||||
about: Some information within the add-on documentation is wrong or missing
|
||||
labels: documentation
|
||||
|
||||
---
|
||||
<!-- Please report only add-on related documentation issues here -->
|
||||
<!-- Documentation issues within user interfaces or the core should be -->
|
||||
<!-- reported at https://github.com/openhab/openhab-docs/issues/new -->
|
||||
|
||||
<!-- Provide a general summary of the documentation issue in the *Title* above -->
|
||||
<!-- If the documentation issue is related to a specific add-on, please include its short name in -->
|
||||
<!-- square brackets in the title - Example: "[astro] My documentation issue..." -->
|
||||
|
||||
<!-- Important: Please contact the openHAB community forum for questions or -->
|
||||
<!-- for configuration and usage guidance: https://community.openhab.org -->
|
||||
|
||||
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: "Feature request"
|
||||
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 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 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, ...):
|
||||
10
.github/ISSUE_TEMPLATE/usage_question.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/usage_question.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: "\U0001F914 Support/Usage Question"
|
||||
about: For usage questions, please use the openHAB community board!
|
||||
labels: question
|
||||
|
||||
---
|
||||
|
||||
This is an issue tracker for reporting problems and requesting new features. For usage questions, please use the openHAB community board where there are a lot more people ready to help you out. Thanks!
|
||||
|
||||
https://community.openhab.org/
|
||||
Reference in New Issue
Block a user