From 7573c32ca128adee9aa50b0419f5edb497643479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sat, 22 Jun 2019 11:01:07 +0800 Subject: [PATCH] update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 9 +++++++ .github/ISSUE_TEMPLATE/bug-report-----.md | 27 ------------------- .../ISSUE_TEMPLATE/feature-request-----.md | 22 --------------- 3 files changed, 9 insertions(+), 49 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report-----.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request-----.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..d5c6912f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +你好,请使用下面的链接创建 issue 以帮助我们更快的排查问题,不规范的 issue 会被关闭,感谢配合。 + +https://youzan.github.io/vant-issue-generater + +--- + +Please use the link below to create a new issue, the non-standard issue will be closed. + +https://youzan.github.io/vant-issue-generater diff --git a/.github/ISSUE_TEMPLATE/bug-report-----.md b/.github/ISSUE_TEMPLATE/bug-report-----.md deleted file mode 100644 index ffd445ea..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report-----.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report 错误报告 -about: Create a report to help us improve - ---- - -注意:请按照下面的模板来新建 issue,不规范的 issue 会被立即关闭. - -**描述一下问题** -描述一下你遇到的问题,包括复现方式、导致结果 - -**截图** -如果是 UI 问题,请提供具体截图 - -**核心代码** -请提供使用组件的核心代码 - -```js -``` - -```wxml -``` - -**环境** - - 设备: - - 基础库版本: - - Vant Weapp 版本: diff --git a/.github/ISSUE_TEMPLATE/feature-request-----.md b/.github/ISSUE_TEMPLATE/feature-request-----.md deleted file mode 100644 index ad0ecb31..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request-----.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request 功能需求 -about: Suggest an idea for this project - ---- - -注意:请按照下面的模板来新建 issue,不规范的 issue 会被立即关闭. - -**你需要的功能是?** -描述一下你需要的功能,用于解决什么问题 - -**你期望 API 是什么样的?** -描述一下你期望的 API 形式 - -**示例代码** -请展示一下新功能的大致用法 - -```js -``` - -```wxml -```