-
Notifications
You must be signed in to change notification settings - Fork 75
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
1 parent
64677d2
commit dfc7fcd
Showing
11 changed files
with
230 additions
and
90 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,6 +1,5 @@ | ||
|
||
blank_issues_enabled: false | ||
contact_links: | ||
- name: ❔ Ask a question in the HASS community | ||
- name: 🙋 Ask a question in the HASS community | ||
url: https://community.home-assistant.io/t/garbage-pickup-date-mijnafvalwijzer-nl-custom-component/34631 | ||
about: If you are unsure where to go, then contacting the HASS community is recommended; Just ask! | ||
about: If you are unsure where to go, then contacting the HASS community is recommended; Just ask! |
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,42 +1,51 @@ | ||
name: 🚨 Report an issue | ||
description: Report an issue. | ||
body: | ||
- type: markdown | ||
- type: checkboxes | ||
attributes: | ||
value: | | ||
This issue form is for reporting bugs. | ||
label: Support guidelines | ||
description: Please read the support guidelines before proceeding. | ||
options: | ||
- label: I've read the [support guidelines](https://github.com/xirixiz/homeassistant-afvalwijzer/blob/master/.github/SUPPORT.md) | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Please provide a brief description of the issue in 1-2 sentences. | ||
validations: | ||
required: true | ||
attributes: | ||
label: Issue | ||
description: >- | ||
Describe the issue you are experiencing here to communicate to the | ||
maintainers. Tell us what you were trying to do and what happened. | ||
|
||
Provide a clear and concise description of what the problem is. | ||
- type: input | ||
id: version | ||
- type: textarea | ||
attributes: | ||
label: Expected behaviour | ||
description: Please describe precisely what you'd expect to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Which version has the issue? | ||
description: > | ||
Can be found in the About section. | ||
- type: input | ||
attributes: | ||
label: What was the last working version? | ||
description: > | ||
If known, otherwise leave blank. | ||
label: Actual behaviour | ||
description: Please describe precisely what is actually happening. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Anything in the logs that might be useful? | ||
description: For example, error message, or stack traces. | ||
render: txt | ||
label: Version | ||
description: Please provide the HASS version, component version and system information (ARM, Docker, anything usefull). | ||
value: | | ||
* HASS version: | ||
* Component version: | ||
* Useful system info: | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information, use the field below. | ||
Please note, you can attach screenshots or screen recordings here, by | ||
dragging and dropping files in the field below. | ||
label: HASS logs | ||
description: Please provide the HASS logs (preferably with debug enabled). | ||
value: | | ||
* logger -> logs -> custom_components.afvalwijzer: debug in you configuration.yaml | ||
validations: | ||
required: true |
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,29 @@ | ||
# Support [![](https://isitmaintained.com/badge/resolution/xirixiz/homeassistant-afvalwijzer.svg)](https://isitmaintained.com/project/xirixiz/homeassistant-afvalwijzer) | ||
|
||
## Reporting an issue | ||
|
||
Please do a search in [open issues](https://github.com/xirixiz/homeassistant-afvalwijzer/issues?utf8=%E2%9C%93&q=) to see if the issue or feature request has already been filed. | ||
|
||
If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Use a reaction in place of a "+1" comment. | ||
|
||
:+1: - upvote | ||
|
||
:-1: - downvote | ||
|
||
If you cannot find an existing issue that describes your bug or feature, submit an issue using the guidelines below. | ||
|
||
## Writing good bug reports and feature requests | ||
|
||
File a single issue per problem and feature request. | ||
|
||
* Do not enumerate multiple bugs or feature requests in the same issue. | ||
* Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes. | ||
|
||
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. | ||
|
||
You are now ready to [create a new issue](https://github.com/xirixiz/homeassistant-afvalwijzer/issues/new/choose)! | ||
|
||
## Closure policy | ||
|
||
* Issues that don't have the information requested above (when applicable) will be closed immediately and the poster directed to the support guidelines. | ||
* Issues that go a week without a response from original poster are subject to closure at my discretion. |
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
Oops, something went wrong.