-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
45 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Bug report | ||
description: Something does not work as expected | ||
labels: ["bug"] | ||
|
||
body: | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: api-status | ||
attributes: | ||
label: API availability | ||
description: What does the `API status` sensor report? When selecting `Something else`, please clarify below in `Additional information`. | ||
options: | ||
- OK | ||
- N/A | ||
- Something else | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional information | ||
description: Provide additional information, if any. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: diagnostics | ||
attributes: | ||
label: Diagnostics | ||
description: If you think it is applicable, download the diagnostics and attach it to this issue. Privacy related data is redacted. To not disclose your setup, you may delete everything but the data element. | ||
render: json | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Feature request | ||
description: Suggest an idea | ||
labels: ["enhancement"] | ||
|
||
body: | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: Your idea | ||
description: Share your idea as detailed as possible. | ||
validations: | ||
required: true |