forked from make-all/tuya-local
-
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.
Merge branch 'main' of https://github.com/make-all/tuya-local
- Loading branch information
Showing
477 changed files
with
28,998 additions
and
2,868 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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
name: Bug report | ||
description: Report a bug with the integration or an existing device | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This form is for reporting bugs with the integration or existing devices. Bug reports should be detailed with log messages or device diagnostics to help developers determine what is going wrong. | ||
If you have a question, or are unsure if what you observe is really a bug, consider using [Discussions](https://github.com/make-all/tuya-local/discussions) instead. | ||
If you are reporting an unsupported device, please use the **New Device** reporting template instead, which will guide you on the information required to make sure your request is not put into the "too hard" pile. | ||
If you are intending to create a pull request, an issue is not required, but please clearly describe the reason for your PR in the description of the PR. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
A clear and concise description of the bug you are experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
List any steps you need to take to reproduce this problem. | ||
placeholder: 1. Perform the ___ action... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behaviour | ||
description: | | ||
A clear and concise description of what you expected. | ||
placeholder: The device should... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Please add additional context such as logs or device diagnostics here to help the developers understand what exactly is happening under the covers. | ||
Logs can be viewed under `Settings / System / Logs` | ||
Diagnostics can be downloaded from `Settings / Devices & Services / 1 device` under the relevant device. | ||
If applicable, you can also add screenshots to explain your problem. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: confirm | ||
attributes: | ||
label: Confirmation | ||
description: | | ||
Please select if the following are applicable | ||
options: | ||
- label: I am sure this is a bug, or improvement that is well enough described that it can be implemented | ||
required: true | ||
- label: | | ||
If this is for a specific device, the device config is mentioned above, or diagnostics are included. | ||
required: true | ||
- label: This is not requesting addition of a new device | ||
required: true | ||
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
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.