-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from briis/2-beta3
Version 2 beta3
- Loading branch information
Showing
9 changed files
with
127 additions
and
51 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,27 +1,87 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
name: Report a bug / issue | ||
description: Report an issue with the Affaldshåndtering DK integration | ||
labels: ["bug"] | ||
assignees: | ||
- briis | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This issue form is for reporting bugs only! | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the issue | ||
description: >- | ||
Describe the issue you are experiencing here. | ||
Describe what you were trying to do and what happened. | ||
|
||
--- | ||
Provide a clear and concise description of what the problem is. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: input | ||
id: version | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version of Home Assistant Core has the issue? | ||
placeholder: core- | ||
description: > | ||
Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ System information](https://my.home-assistant.io/redirect/system_health/). | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
[![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/) | ||
- type: input | ||
attributes: | ||
label: What was the last working version of Home Assistant Core? | ||
placeholder: core- | ||
description: > | ||
If known, otherwise leave blank. | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: What type of installation are you running? | ||
description: > | ||
Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ System information](https://my.home-assistant.io/redirect/system_health/). | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
[![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/) | ||
options: | ||
- Home Assistant OS | ||
- Home Assistant Container | ||
- Home Assistant Supervised | ||
- Home Assistant Core | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Details | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Diagnostics information | ||
placeholder: "drag-and-drop the diagnostics data file here (do not copy-and-paste the content)" | ||
description: >- | ||
This integrations provide the ability to [download diagnostic data](https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics). | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
**It would really help if you could download the diagnostics data for the device you are having issues with, | ||
and <ins>drag-and-drop that file into the textbox below.</ins>** | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
It generally allows pinpointing defects and thus resolving issues faster. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
If you are unable to provide the diagnostics (ie. you cannot add the integration), please write **None** in this field. | ||
- type: textarea | ||
attributes: | ||
label: Anything in the logs that might be useful for us? | ||
description: For example, error message, or stack traces. | ||
render: txt | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information for us, use the field below. | ||
- type: markdown | ||
attributes: | ||
value: "Template created by @MTrab. Thank you." |
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 |
---|---|---|
@@ -1,20 +1,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
description: Make a request for a new feature in the Affaldshåndtering DK integration | ||
title: "[FR]: " | ||
labels: ["feature request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This form is only for requesting new features to the integration. | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
Remember to add a descriptive title after the predefined text. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the feature you wish to make a request for | ||
description: >- | ||
Provide a clear and concise description of what you wish for. | ||
The more precise and detailed the more likely it is to be accepted and made. | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: >- | ||
Have you considered any alternatives (ie. other existing integrations that can handle this) | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: >- | ||
Add any other context or screenshots about the feature request here. | ||
- type: markdown | ||
attributes: | ||
value: "Template created by @MTrab. Thank you." |
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
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
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
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
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
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
Binary file not shown.