From 130994489b873f1d0a0bf079c8f36ced7561025a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=94=E5=AD=90?= Date: Fri, 11 Dec 2020 23:33:40 +0800 Subject: [PATCH] =?UTF-8?q?chore(Github):=20=E6=9B=B4=E6=96=B0=20ISSUE=5FT?= =?UTF-8?q?EMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 19 ---------------- .github/ISSUE_TEMPLATE/config.yml | 9 ++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 24 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 ---------- 5 files changed, 60 insertions(+), 31 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..c7100717 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: "Bug Report 🐛" +about: 这里只能提交 Bug,提交其他无关信息会被关闭 +title: '' +labels: Bug +assignees: '' + +--- + + + +**设备型号:** + +**LinUI 版本:** + +**微信小程序基础库版本:** + +**问题描述及重现步骤:** + +**相关截图**: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 176b9dcd..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**LinUI版本(必填):** - -**设备(必填):** - -**基础库版本(必填):** - -**UI问题,请附上截图** - -**重现步骤,必要时请提供代码片段链接** - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2ef55789 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: true + +contact_links: + - name: 使用问题 🗨️ + url: https://github.com/TaleLin/lin-ui/discussions + about: 关于使用组件过程中的疑问请发布到这里 + - name: 文档错误 📚 + url: https://github.com/TaleLin/lin-ui-doc/issues/new + about: 关于文档相关的错误请提交到这里 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..e44a01a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,24 @@ +--- +name: "Feature Request 🚀" +about: 这里只能提交 Feature 请求,提交其他无关信息会被关闭 +title: '' +labels: Feature +assignees: '' + +--- + + + +**Feature 名称:** + +**简要描述:** + +**使用场景:** + +**其他组件库或类似功能的截图:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5de023da..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**描述你希望的支持的新功能?** - -**你期望的 API 是怎样的?**