From ecb353eb5d5b08a9fa354117e968db06e7bd0730 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 14 Oct 2018 09:47:13 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/-bug-report------.md | 24 +++++++++++++++++++ .../ISSUE_TEMPLATE/-feature-request------.md | 18 ++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/-bug-report------.md create 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 000000000..830d96a22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-bug-report------.md @@ -0,0 +1,24 @@ +--- +name: "[Bug Report] 错误报告" +about: Create a report to help us improve + +--- + +IMPORTANT: Please use the following link to create a new issue. If your issue was not created using the app above, it will be closed immediately. + +注意:请按照下面的模板来新建 issue,不规范的 issue 会被立即关闭. + +**Describe the bug** +A clear description of what the bug is. + +**Screenshots** +Add screenshots to help explain your problem. + +**Environment** + - Device: + - Browser: + - Vant Version: + +**Reproduce** +Provide the steps to reproduce and if possible a minimal demo of the problem via jsfiddle. +https://jsfiddle.net/dfarLdko/1/ diff --git a/.github/ISSUE_TEMPLATE/-feature-request------.md b/.github/ISSUE_TEMPLATE/-feature-request------.md new file mode 100644 index 000000000..9041efef7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-feature-request------.md @@ -0,0 +1,18 @@ +--- +name: "[Feature Request] 功能需求" +about: Suggest an idea for this project + +--- + +IMPORTANT: Please use the following link to create a new issue. If your issue was not created using the app above, it will be closed immediately. + +注意:请按照下面的模板来新建 issue,不规范的 issue 会被立即关闭. + +**What problem does this feature solve?** +A clear description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**What does the proposed API look like?** +Describe how you propose to solve the problem and provide code samples of how the API would work once implemented.