Skip to content

Commit

Permalink
others(Github): update github's issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Sep 11, 2022
1 parent 8642e02 commit 8e2bf91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
23 changes: 8 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,36 @@
---
name: 报告问题 / Bug Report
name: 报告缺陷 / Bug Report
about: If you find some bugs, please use this template.
title: "[BUG] Report bug"
title: "[BUG] New BUG"
labels: bug
assignees: ''

---

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

### 问题描述 / Bug description
### 缺陷描述 / 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. -->

### 如何修复 / How to fix



<!-- 如果您有对应的修复方法,请在上方描述你的方法。欢迎直接提交一个 PR。 -->
<!-- If you know how to fix, please describe your method above. Welcome to submit a PR directly. -->
10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: ''
---

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

Expand All @@ -24,12 +24,6 @@ assignees: ''



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

### 实现方法 / How to accomplish



<!-- 请在上方详细地描述如何实现你的需求、功能、建议。 -->
<!-- Please describe How to accomplish your demands, functions, suggestions. -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

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

Expand Down

0 comments on commit 8e2bf91

Please sign in to comment.