bug_report.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 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.
  12. - type: textarea
  13. id: description
  14. attributes:
  15. label: Description
  16. description: |
  17. A clear and concise description of the bug you are experiencing.
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: steps
  22. attributes:
  23. label: Steps to reproduce
  24. description: |
  25. List any steps you need to take to reproduce this problem.
  26. placeholder: 1. Perform the ___ action...
  27. validations:
  28. required: false
  29. - type: textarea
  30. id: expected
  31. attributes:
  32. label: Expected behaviour
  33. description: |
  34. A clear and concise description of what you expected.
  35. placeholder: The device should...
  36. validations:
  37. required: false
  38. - type: textarea
  39. id: context
  40. attributes:
  41. label: Additional context
  42. description: |
  43. Please add additional context such as logs or device diagnostics here to help the developers understand what exactly is happening under the covers.
  44. Logs can be viewed under `Settings / System / Logs`
  45. Diagnostics can be downloaded from `Settings / Devices & Services / 1 device` under the relevant device.
  46. If applicable, you can also add screenshots to explain your problem.
  47. validations:
  48. required: false
  49. - type: checkboxes
  50. id: confirm
  51. attributes:
  52. label: Confirmation
  53. description: |
  54. Please select if the following are applicable
  55. options:
  56. - label: I am sure this is a bug, or improvement that is well enough described that it can be implemented
  57. required: true
  58. - label: |
  59. If this is for a specific device, the device config is mentioned above, or diagnostics are included.
  60. required: true
  61. - label: This is not requesting addition of a new device
  62. required: true
  63. validations:
  64. required: true