| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- name: 向 Wot Starter 反馈 Bug
- description: 创建一个 Issue 描述你遇到的问题。
- title: '[Bug 上报] 请在此填写标题'
- labels: ['🐞bug: need confirm']
- body:
- - type: markdown
- attributes:
- value: |
- 在向我们提交 Bug 报告前,请优先使用以下方式尝试解决问题:
- - 在组件文档 [wot-starter](https://starter.wot-ui.cn/) 确认使用方法是否正确
- - 尝试在 [Issue](https://github.com/wot-ui/wot-starter/issues) 列表中搜索相同问题
- - type: input
- id: version
- attributes:
- label: Wot Starter 版本号
- description: 你正在使用的模板版本号(请填写 package.json 里版本)
- placeholder: 例如:0.1.1
- validations:
- required: true
- - type: dropdown
- id: platform
- attributes:
- label: 平台
- multiple: true
- description: 选择对应的平台
- options:
- - h5
- - 微信小程序
- - 支付宝小程序
- - APP
- - 钉钉小程序
- - 其他小程序
- validations:
- required: true
- - type: input
- id: reproduce
- attributes:
- label: 复现Demo地址(如不提供,将被直接关闭)
- description: |
- 我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 fork 本项目,快速创建一个wot-design-uni项目,并添加相关复现逻辑来提供。不要随便填写一个东西,这会导致你的 issue 被直接关闭。即使在你看来问题很容易复现,也请认真对待,因为一个完整复现demo可以大大提高我们排查问题的效率。
- validations:
- required: true
- - type: textarea
- id: reproduce-steps
- attributes:
- label: 重现步骤
- description: |
- 请提供一个最简洁清晰的重现步骤,方便我们快速重现问题。
- validations:
- required: true
- - type: textarea
- id: expected
- attributes:
- label: 期望的结果是什么?
- validations:
- required: true
- - type: textarea
- id: actually-happening
- attributes:
- label: 实际的结果是什么?
- validations:
- required: true
- - type: textarea
- id: uni-app
- attributes:
- label: 环境信息
- description: |
- 在这里填写你的环境信息
- - 发行平台: [如 微信小程序、H5平台、App等]
- - 操作系统 [如 iOS 12.1.2、Android 7.0]
- - HBuilderX版本 [如使用HBuilderX,则需提供 HBuilderX 版本号]
- - uni-app版本 [如使用Vue-cli创建/运行项目,则提供`npm run info`的运行结果]
- - 设备信息 [如 iPhone8 Plus]
- - type: textarea
- id: extra
- attributes:
- label: 其他补充信息
- description: |
- 根据你的分析,出现这个问题的原因可能在哪里,或者你认为可能产生关联的信息:比如 Vue 版本、vite 版本、Node 版本、采用哪种自动引入方案等,或者进行了哪些配置,使用了哪些插件等信息。
|