Browse Source

chore: issue template

Sendya 5 years ago
parent
commit
ffbc932b0f
2 changed files with 28 additions and 12 deletions
  1. 24 8
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 4 4
      .github/ISSUE_TEMPLATE/need-help-issue.md

+ 24 - 8
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,38 +1,54 @@
 ---
 name: Bug report
-about: Create a report to help us improve
+about: Create a report to help us improve(Bug 反馈)
 title: ''
 labels: ''
-assignees: kokoroli
+assignees: ''
 
 ---
 
-**Describe the bug**
+**Describe the bug (描述 Bug)**
+
 A clear and concise description of what the bug is.
 
-**To Reproduce**
+
+
+**To Reproduce (重现步骤)**
 Steps to reproduce the behavior:
+
 1. Go to '...'
 2. Click on '....'
 3. Scroll down to '....'
 4. See error
 
-**Expected behavior**
+
+
+**Expected behavior(你期待的是什么?)**
 A clear and concise description of what you expected to happen.
 
-**Screenshots**
+
+
+**Screenshots(截图)**
 If applicable, add screenshots to help explain your problem.
 
+
+
 **Desktop (please complete the following information):**
+
  - OS: [e.g. iOS]
  - Browser [e.g. chrome, safari]
  - Version [e.g. 22]
 
+
+
 **Smartphone (please complete the following information):**
+
  - Device: [e.g. iPhone6]
  - OS: [e.g. iOS8.1]
  - Browser [e.g. stock browser, safari]
  - Version [e.g. 22]
 
-**Additional context**
-Add any other context about the problem here.
+
+
+**Additional context(附加信息)**
+Add any other context about the problem here.

+ 4 - 4
.github/ISSUE_TEMPLATE/need-help-issue.md

@@ -1,17 +1,17 @@
 ---
 name: Need help issue
-about: Question for use
+about: Question for use(问题求助)
 title: ''
 labels: question
 assignees: ''
 
 ---
 
-**Question**
+**Question (问题描述)**
 How to use component `s-table` paging
 
-**Describe the solution you'd like**
+**Describe the solution you'd like (你期待的是什么?)**
 A clear and concise description of what you want to happen.
 
-**Additional context**
+**Additional context(附加信息)**
 Add any other context or screenshots about the feature request here.