| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- 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
- 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
|