Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Dec 13, 2020
1 parent 9232ac7 commit 52b3c37
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: 报告问题
about: 创建报告以帮助我们改进
title: "[comp: ]"
labels: bug
assignees: ''

---

### Reproduction link
<!-- 重现链接 -->


### Steps to reproduce
<!-- 重现步骤 -->
<!-- 简洁清晰的重现步骤能够帮助我们更迅速地定位问题所在。支持使用 Markdown 来格式化列表或是代码片段。 -->


### What is expected?
<!-- 期望的结果是什么? -->


### What is actually happening?
<!-- 实际的结果是什么? -->


### Any additional comments? (optional)
<!-- 补充说明(可选) -->


---
| Environment | Info |
|---|---|
| @idux | |
| Browser | |
<!-- 环境信息 -->
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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
<!-- Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner. Note that you can use Markdown to format lists and code. -->


### What is expected?


### What is actually happening?


### Any additional comments? (optional)


---
| Environment | Info |
|---|---|
| @idux | |
| Browser | |
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-----.md
Original file line number Diff line number Diff line change
@@ -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?
<!-- 你期望的 API 是怎样的?-->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -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?
<!-- Explain your use case, context, and rationale behind this feature request. More importantly, what is the end user experience you are trying to build that led to the need for this feature? -->


### 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. Note that you can use Markdown to format your code blocks. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 52b3c37

Please sign in to comment.