Update issue templates

v4
suxb201 2 years ago committed by GitHub
parent f3ed749471
commit ccdb50a34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 15
      .github/ISSUE_TEMPLATE/crash_report.md
  3. 9
      .github/ISSUE_TEMPLATE/feature_request.md
  4. 35
      .github/ISSUE_TEMPLATE/issue.md
  5. 8
      .github/ISSUE_TEMPLATE/other_stuff.md

@ -1,9 +0,0 @@
---
name: Bug report
about: Help us improve RedisShake by reporting a bug
title: '[BUG] '
labels: ''
assignees: ''
---

@ -1,15 +0,0 @@
---
name: Crash report
about: Submit a crash report
title: '[CRASH] '
labels: ''
assignees: ''
---
**Crash report**
```
```

@ -1,9 +0,0 @@
---
name: Feature request
about: Suggest a feature for RedisShake
title: '[NEW] '
labels: ''
assignees: ''
---

@ -0,0 +1,35 @@
---
name: issue
about: 大多数问题请使用这个模板
title: ''
labels: ''
assignees: ''
---
**问题描述**
这里描述你的问题。
redis-shake 的日志:
```
shake 的日志贴在这里
```
---
**源端 Redis**
版本:版本号,自建还是云厂商?
日志:
```
日志贴在这里
```
---
**目的端 Redis**
版本:版本号,是否是集群?自建还是云厂商?
日志:
```
日志贴在这里
```

@ -1,8 +0,0 @@
---
name: Other
about: Can't find the right issue type? Use this one!
title: ''
labels: ''
assignees: ''
---
Loading…
Cancel
Save