bug.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. name: Bug 反馈
  2. description: 如发现项目存在的问题,请给予反馈,我们将及时跟进和处理,感谢!
  3. title: "[Bug]: "
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档:
  10. - https://doc.zh-jieli.com/AC63/zh-cn/master/index.html
  11. - https://gitee.com/Jieli-Tech/fw-AC63_BT_SDK/tree/master/doc/FAQ
  12. - type: checkboxes
  13. attributes:
  14. label: 这个问题是否已经存在?
  15. options:
  16. - label: 是否搜索过现有的问题 (https://gitee.com/Jieli-Tech/fw-AC63_BT_SDK/issues)
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: 如何复现
  21. description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供最小代码示例,并使用反引号```附上它
  22. placeholder: |
  23. 1. ...
  24. 2. ...
  25. 3. ...
  26. validations:
  27. required: true
  28. - type: textarea
  29. attributes:
  30. label: 预期结果
  31. description: 请告诉我们你预期会发生什么。
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: 实际结果
  37. description: 请告诉我们实际发生了什么。
  38. validations:
  39. required: true
  40. - type: dropdown
  41. id: version
  42. attributes:
  43. label: 版本
  44. description: 你当前正在使用我们软件的哪个版本/分支?
  45. options:
  46. - master(默认)
  47. - 2.3.0
  48. - 2.2.1
  49. - 2.1.0
  50. - 2.0.0
  51. - 1.0.0
  52. - 其他版本
  53. validations:
  54. required: true