diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 64ea61b7..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ -你好,请使用下面的链接创建 issue 以帮助我们更快的排查问题,不规范的 issue 会被关闭,感谢配合。 - -http://vant-contrib.gitee.io/vant-issue-generater?repo=VantWeapp diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..a49eab2f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml b/.github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml new file mode 100644 index 00000000..b9d46090 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml @@ -0,0 +1,56 @@ +name: 我要反馈 Vant Weapp 的 Bug +description: 通过标准模板进行 Bug 反馈。 +title: "[Bug Report] 请在此填写标题" +labels: ["bug: need confirm"] +body: + - type: markdown + attributes: + value: | + 在提交 Bug 报告前,请注意: + + - 确认你的问题无法通过官方文档得到解决。 + - 确认你搜索过 [历史 issue](https://github.com/youzan/vant-weapp/issues),并且没有发现同样的问题。 + - 如果不是反馈 Bug,请到 [Discussions 讨论区](https://github.com/youzan/vant-weapp/discussions) 发帖。 + + - type: textarea + id: reproduce + attributes: + label: 重现链接 + description: 请提供一个尽可能简单的 GitHub 仓库链接 或者 真实的代码片段。不要填写无效的链接 或 代码,这会导致你的 issue 被直接关闭。 + validations: + required: true + + - type: input + id: version + attributes: + label: Vant Weapp 版本 + description: 你正在使用的 Vant Weapp 版本是多少?(请填写 node_modules/@vant/weapp/package.json 里实际安装的版本) + placeholder: 比如 1.10.5 + validations: + required: true + + - type: textarea + id: description + attributes: + label: 描述一下你遇到的问题。 + placeholder: 比如:弹窗无法展示、日历组件报错 + validations: + required: true + + - type: textarea + id: reproduce-steps + attributes: + label: 重现步骤 + description: 请提供一个最简单的操作步骤,方便我们快速重现问题。 + placeholder: | + 比如: + 1. 点击按钮 + 2. 弹窗无法展示 + validations: + required: true + + - type: input + id: browsers + attributes: + label: 设备/浏览器 + description: 在哪些设备/浏览器上能重现这个问题? \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml b/.github/ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml new file mode 100644 index 00000000..3e93b330 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml @@ -0,0 +1,33 @@ +name: 我想要一个 Vant Weapp 的新功能 +description: 通过标准模板描述一下你的功能需求。 +title: "[Feature Request] 请在此填写标题" +labels: ["feature: need confirm"] +body: + - type: markdown + attributes: + value: | + 在提交功能需求前,请注意: + + - 确认这是一个通用功能,并且无法通过现有的 API 或 Slot 实现。 + - 确认你搜索过 [历史 issue](https://github.com/youzan/vant-weapp/issues),并且没有发现同样的需求。 + - 可以先到 [Discussions 讨论区](https://github.com/youzan/vant-weapp/discussions) 发帖,讨论一下需求是否合理。 + + - type: textarea + id: description + attributes: + label: 这个功能解决了什么问题? + description: 请尽可能详细地说明这个功能的使用场景。 + validations: + required: true + + - type: textarea + id: api + attributes: + label: 你期望的 API 是什么样子的? + description: 描述一下这个新功能的 API,并提供一些代码示例。 + placeholder: | + ```xml + + ``` + validations: + required: true \ No newline at end of file