bug_report.yaml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. name: Bug report
  2. description: Report a bug with the integration or an existing device
  3. labels: ["bug"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. 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.
  9. 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.
  10. 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.
  11. If you are reporting a device which is listed as supported, but cannot be added, please include the WARNING log message that contains a dps list, which is output during the detection stage. If you are not getting such a message, please see discussion \#522 for hints on resolving connection issues.
  12. 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.
  13. - type: textarea
  14. id: description
  15. attributes:
  16. label: Description
  17. description: |
  18. A clear and concise description of the bug you are experiencing.
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: steps
  23. attributes:
  24. label: Steps to reproduce
  25. description: |
  26. List any steps you need to take to reproduce this problem.
  27. placeholder: 1. Perform the ___ action...
  28. validations:
  29. required: false
  30. - type: textarea
  31. id: expected
  32. attributes:
  33. label: Expected behaviour
  34. description: |
  35. A clear and concise description of what you expected.
  36. placeholder: The device should...
  37. validations:
  38. required: false
  39. - type: textarea
  40. id: context
  41. attributes:
  42. label: Additional context
  43. description: |
  44. Please add additional context such as logs or device diagnostics here to help the developers understand what exactly is happening under the covers.
  45. Logs can be viewed under `Settings / System / Logs`
  46. Diagnostics can be downloaded from `Settings / Devices & Services / 1 device` under the relevant device.
  47. If applicable, you can also add screenshots to explain your problem.
  48. validations:
  49. required: false
  50. - type: checkboxes
  51. id: confirm
  52. attributes:
  53. label: Confirmation
  54. description: |
  55. Please select if the following are applicable
  56. options:
  57. - label: I am sure this is a bug or improvement, that is well enough described that it can be implemented.
  58. required: true
  59. - label: |
  60. If this is for a specific device, the device config is mentioned above, or diagnostics are included.
  61. required: false
  62. - label: |
  63. Log messages or diagnostics relevant to the issue are included.
  64. required: false
  65. - label: This is not requesting addition of a new device.
  66. required: true
  67. validations:
  68. required: true