From 3f8ea79c21ed98e7bbfa91f36c2dcdc95275a129 Mon Sep 17 00:00:00 2001 From: Ymm Date: Fri, 28 Oct 2022 15:20:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20github=20issue=20=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=20(#1802)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ---------------------------- .github/ISSUE_TEMPLATE/config.yml | 5 +++- .github/ISSUE_TEMPLATE/question.md | 23 ------------------ .github/ISSUE_TEMPLATE/suggestion.md | 21 ---------------- 4 files changed, 4 insertions(+), 81 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md delete mode 100644 .github/ISSUE_TEMPLATE/suggestion.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 89581d0f38..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: 'Bug Report' -about: '创建错误报告以帮助我们改进。在提问之前可以看下是否为类似的问题 https://github.com/jdf2e/nutui/discussions/categories/q-a ' -title: '[bug]' -labels: 'bug' -assignees: '' - ---- - - - -## 问题描述 - - -## 最小可复现仓库 -> 请创建最小可复现代码,并上传到你的 GitHub 仓库 - - -## 预期的行为和实际行为 - - -## 复现步骤,具体代码 - - - - - - -## 相关环境信息 -- **操作系统**: -- **Node 版本**: -- **NutUI 版本**: 查看项目package.json 中 @nutui/* 信息 -- **Vue 版本**: -- **引用方式**: CDN / NPM ? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ca6eb4c5cf..ea34613b88 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: 新建一个新的 Issue + - name: 我要反馈 NutUI 的 Issue url: https://nutui.jd.com/nutui-issue-helper/?repo=jdf2e/nutui&lang=zh-cn about: 请点击 「Open」 按钮打开新链接创建 Issue + - name: 我想要一个 NutUI 的新功能 + url: https://nutui.jd.com/nutui-issue-helper/?repo=jdf2e/nutui&lang=zh-cn&type=feature-request + about: 请点击 「Open」 按钮打开新链接创建 Feature Request diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 9dcdcf1705..0000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Question -about: 问我们一个关于这个项目的问题 -title: '[question]' -labels: 'question' -assignees: '' - ---- - - -## 你想知道什么? - - -你好,我想知道这个项目是否可以... - -## 描述你考虑过的替代方案 - - -我想... - -## 其它 - -无 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md deleted file mode 100644 index 287ff37b80..0000000000 --- a/.github/ISSUE_TEMPLATE/suggestion.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Suggestion -about: 为这个项目提出一个建议 -title: '[suggest]' -labels: 'help wanted' -assignees: '' - ---- - -## 你建议我们做什么? - - -现在... - -如果你能... - -它将使... - -## 其它 - -无 \ No newline at end of file