1-bug-report.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. name: 向 Wot Starter 反馈 Bug
  2. description: 创建一个 Issue 描述你遇到的问题。
  3. title: '[Bug 上报] 请在此填写标题'
  4. labels: ['🐞bug: need confirm']
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 在向我们提交 Bug 报告前,请优先使用以下方式尝试解决问题:
  10. - 在组件文档 [wot-starter](https://starter.wot-ui.cn/) 确认使用方法是否正确
  11. - 尝试在 [Issue](https://github.com/wot-ui/wot-starter/issues) 列表中搜索相同问题
  12. - type: input
  13. id: version
  14. attributes:
  15. label: Wot Starter 版本号
  16. description: 你正在使用的模板版本号(请填写 package.json 里版本)
  17. placeholder: 例如:0.1.1
  18. validations:
  19. required: true
  20. - type: dropdown
  21. id: platform
  22. attributes:
  23. label: 平台
  24. multiple: true
  25. description: 选择对应的平台
  26. options:
  27. - h5
  28. - 微信小程序
  29. - 支付宝小程序
  30. - APP
  31. - 钉钉小程序
  32. - 其他小程序
  33. validations:
  34. required: true
  35. - type: input
  36. id: reproduce
  37. attributes:
  38. label: 复现Demo地址(如不提供,将被直接关闭)
  39. description: |
  40. 我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 fork 本项目,快速创建一个wot-design-uni项目,并添加相关复现逻辑来提供。不要随便填写一个东西,这会导致你的 issue 被直接关闭。即使在你看来问题很容易复现,也请认真对待,因为一个完整复现demo可以大大提高我们排查问题的效率。
  41. validations:
  42. required: true
  43. - type: textarea
  44. id: reproduce-steps
  45. attributes:
  46. label: 重现步骤
  47. description: |
  48. 请提供一个最简洁清晰的重现步骤,方便我们快速重现问题。
  49. validations:
  50. required: true
  51. - type: textarea
  52. id: expected
  53. attributes:
  54. label: 期望的结果是什么?
  55. validations:
  56. required: true
  57. - type: textarea
  58. id: actually-happening
  59. attributes:
  60. label: 实际的结果是什么?
  61. validations:
  62. required: true
  63. - type: textarea
  64. id: uni-app
  65. attributes:
  66. label: 环境信息
  67. description: |
  68. 在这里填写你的环境信息
  69. - 发行平台: [如 微信小程序、H5平台、App等]
  70. - 操作系统 [如 iOS 12.1.2、Android 7.0]
  71. - HBuilderX版本 [如使用HBuilderX,则需提供 HBuilderX 版本号]
  72. - uni-app版本 [如使用Vue-cli创建/运行项目,则提供`npm run info`的运行结果]
  73. - 设备信息 [如 iPhone8 Plus]
  74. - type: textarea
  75. id: extra
  76. attributes:
  77. label: 其他补充信息
  78. description: |
  79. 根据你的分析,出现这个问题的原因可能在哪里,或者你认为可能产生关联的信息:比如 Vue 版本、vite 版本、Node 版本、采用哪种自动引入方案等,或者进行了哪些配置,使用了哪些插件等信息。