bug_report.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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
  9. devices. Bug reports should be detailed with log messages or
  10. device diagnostics to help developers determine what is going wrong.
  11. If you have a question, or are unsure if what you observe is really
  12. a bug, consider using
  13. [Discussions](https://github.com/make-all/tuya-local/discussions)
  14. instead.
  15. If you are reporting an unsupported device, please use the
  16. **New Device** reporting template instead, which will guide you
  17. on the information required to make sure your request is not put into
  18. the "too hard" pile.
  19. If you are intending to create a pull request, an issue is not
  20. required, but please clearly describe the reason for your PR in the
  21. description of the PR.
  22. - type: textarea
  23. id: description
  24. attributes:
  25. label: Description
  26. description: |
  27. A clear and concise description of the bug you are experiencing.
  28. validations:
  29. required: true
  30. - type: textarea
  31. id: steps
  32. attributes:
  33. label: Steps to reproduce
  34. description: |
  35. List any steps you need to take to reproduce this problem.
  36. placeholder: 1. Perform the ___ action...
  37. validations:
  38. required: false
  39. - type: textarea
  40. id: expected
  41. attributes:
  42. label: Expected behaviour
  43. description: |
  44. A clear and concise description of what you expected.
  45. placeholder: The device should...
  46. validations:
  47. required: false
  48. - type: textarea
  49. id: context
  50. attributes:
  51. label: Additional context
  52. description: |
  53. Please add additional context such as logs or device diagnostics here
  54. to help the developers understand what exactly is happening under the
  55. covers.
  56. Logs can be viewed under `Settings / System / Logs`
  57. Diagnostics can be downloaded from
  58. `Settings / Devices & Services / 1 device` under the relevant device
  59. If applicable, you can also add screenshots to explain your problem.
  60. validations:
  61. required: false
  62. - type: checkboxes
  63. id: confirm
  64. attributes:
  65. label: Confirmation
  66. description: |
  67. Please select if the following are applicable
  68. options:
  69. - label: I am sure this is a bug
  70. required: true
  71. - label: |
  72. If this is for a specific device, the device config is
  73. mentioned above, or diagnostics are included.
  74. required: true
  75. - label: This is not requesting addition of a new device
  76. required: true