Skip to content

Commit

Permalink
other(issues):Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Jun 22, 2022
1 parent 0596784 commit 890d1d8
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 13 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/--------question-or-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 疑问或帮助 / Question or Help
about: If you have any question or need help, please use this template.
title: "[Question] Help"
labels: question
assignees: ''

---

<!-- ⚠️⚠️ 不要删除这些注释 ⚠️⚠️ -->
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- 请先搜索有无同类问题,避免报告重复问题 -->
<!-- Please search existing issues to avoid creating duplicates. -->

### 问题描述 / Problem Description



<!-- 请在上方详细地描述详细地描述问题。 -->
<!-- Please describe your problem in detail above. -->

### 版本信息 / Version Info

- 影梭版本 / GoGoGo Version :
- 系统版本 / OS Version :

<!-- 请在上方描述出问题的影梭版本及使用的系统版本。 -->
<!-- Please describe version of GoGoGo and used OS above. -->
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/-------bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 报告问题 / Bug Report
about: If you find some bugs, please use this template.
title: "[BUG] Report bug"
labels: bug
assignees: ''

---

<!-- ⚠️⚠️ 不要删除这些注释 ⚠️⚠️ -->
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- 请先搜索有无同类问题,避免报告重复问题 -->
<!-- Please search existing issues to avoid creating duplicates. -->

### 问题描述 / Bug description



<!-- 请在上方详细地描述问题。 -->
<!-- Please describe the bug in detail above. -->

### 版本信息 / Version Info

- 影梭版本 / GoGoGo Version :
- 系统版本 / OS Version :

<!-- 请在上方描述出问题的影梭版本及使用的系统版本。 -->
<!-- Please describe version of GoGoGo and used OS above. -->

### 复现步骤 / Steps to Reproduce

1.
2.



<!-- 请在上方描述如何复现该问题。-->
<!-- Please describe how to reproduce the bug. -->
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,30 @@ about: If you find some bugs, please use this template.
title: "[BUG] Report bug"
labels: bug
assignees: ''

---

<!-- ⚠️⚠️ 不要删除这些注释 ⚠️⚠️ -->
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- 请先搜索有无同类问题,避免报告重复问题 -->
<!-- Please search existing issues to avoid creating duplicates. -->

### 问题描述 Bug description
### 问题描述 / Bug description



<!-- 请在上方详细地描述问题。 -->
<!-- Please describe the bug in detail above. -->

### 版本信息 Version Info
### 版本信息 / Version Info

- 影梭版本 GoGoGo Version :
- 系统版本 OS Version :
- 影梭版本 / GoGoGo Version :
- 系统版本 / OS Version :

<!-- 请在上方描述出问题的影梭版本及使用的系统版本。 -->
<!-- Please describe version of GoGoGo and used OS above. -->

### 复现步骤 Steps to Reproduce
### 复现步骤 / Steps to Reproduce

1.
2.
Expand Down
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
---
name: 需求、功能、建议 / Demands, functions, suggestions
about: If you have please use this template.demands, functions or suggestions, please use this template.
about: If you have please use this template.demands, functions or suggestions, please
use this template.
title: "[Feature] New function"
labels: feature
assignees: ''

---

<!-- ⚠️⚠️ 不要删除这些注释 ⚠️⚠️ -->
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- 请先搜索有无同类需求,避免提交重复需求 -->
<!-- Please search existing demands to avoid creating duplicates. -->

### 描述 Description
### 描述 / Description



<!-- 请在上方详细地描述你的需求、功能、建议。 -->
<!-- Please describe your demands, functions, suggestions above. -->

### 必要性 Necessity
### 必要性 / Necessity



<!-- 请在上方详细地描述你的需求、功能、建议 的必要性。 -->
<!-- Please describe why you need the demands, functions, suggestions. -->

### 实现方法 How to accomplish
### 实现方法 / How to accomplish



Expand Down
17 changes: 13 additions & 4 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
---
name: '疑问或帮助 / Question or Help'
name: 疑问或帮助 / Question or Help
about: If you have any question or need help, please use this template.
title: '[Question] Help'
labels: 'question'
title: "[Question] Help"
labels: question
assignees: ''

---

<!-- ⚠️⚠️ 不要删除这些注释 ⚠️⚠️ -->
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- 请先搜索有无同类问题,避免报告重复问题 -->
<!-- Please search existing issues to avoid creating duplicates. -->

### 问题描述 Problem Description
### 问题描述 / Problem Description



<!-- 请在上方详细地描述详细地描述问题。 -->
<!-- Please describe your problem in detail above. -->

### 版本信息 / Version Info

- 影梭版本 / GoGoGo Version :
- 系统版本 / OS Version :

<!-- 请在上方描述出问题的影梭版本及使用的系统版本。 -->
<!-- Please describe version of GoGoGo and used OS above. -->

0 comments on commit 890d1d8

Please sign in to comment.