From 52b3c37963a457337a2ac553a7084c6882a198bb Mon Sep 17 00:00:00 2001 From: danranVm Date: Sun, 13 Dec 2020 19:00:17 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 36 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++ .../ISSUE_TEMPLATE/feature-request-----.md | 17 +++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 17 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++ 5 files changed, 120 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-----.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create 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 000000000..0994b93b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,36 @@ +--- +name: 报告问题 +about: 创建报告以帮助我们改进 +title: "[comp: ]" +labels: bug +assignees: '' + +--- + +### Reproduction link + + + +### Steps to reproduce + + + + +### What is expected? + + + +### What is actually happening? + + + +### Any additional comments? (optional) + + + +--- +| Environment | Info | +|---|---| +| @idux | | +| Browser | | + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..750c35a35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[comp: ]" +labels: bug +assignees: '' + +--- + +### Reproduction link + + +### Steps to reproduce + + + +### What is expected? + + +### What is actually happening? + + +### Any additional comments? (optional) + + +--- +| Environment | Info | +|---|---| +| @idux | | +| Browser | | diff --git a/.github/ISSUE_TEMPLATE/feature-request-----.md b/.github/ISSUE_TEMPLATE/feature-request-----.md new file mode 100644 index 000000000..999887075 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-----.md @@ -0,0 +1,17 @@ +--- +name: Feature request/功能请求 +about: Suggest an idea for this project/为这个项目提出一个想法 +title: "[comp: ]" +labels: enhancement +assignees: '' + +--- + +- [ ] I have searched the [issues](https://github.com/IduxFE/components/issues) of this repository and believe that this is not a duplicate. + +### What problem does this feature solve? + + + +### What does the proposed API look like? + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..b7c5c34e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[comp: ]" +labels: enhancement +assignees: '' + +--- + +- [ ] I have searched the [issues](https://github.com/IduxFE/components/issues) of this repository and believe that this is not a duplicate. + +### What problem does this feature solve? + + + +### What does the proposed API look like? + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.