diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index e20c210..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Bug report -about: Help us improve RedisShake by reporting a bug -title: '[BUG] ' -labels: '' -assignees: '' - ---- - diff --git a/.github/ISSUE_TEMPLATE/crash_report.md b/.github/ISSUE_TEMPLATE/crash_report.md deleted file mode 100644 index f5dd358..0000000 --- a/.github/ISSUE_TEMPLATE/crash_report.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Crash report -about: Submit a crash report -title: '[CRASH] ' -labels: '' -assignees: '' - ---- - -**Crash report** - -``` - - -``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 6b3fc13..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Feature request -about: Suggest a feature for RedisShake -title: '[NEW] ' -labels: '' -assignees: '' - ---- - diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..204d278 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,35 @@ +--- +name: issue +about: 大多数问题请使用这个模板 +title: '' +labels: '' +assignees: '' + +--- + +**问题描述** + +这里描述你的问题。 + +redis-shake 的日志: +``` +shake 的日志贴在这里 +``` + +--- + +**源端 Redis** +版本:版本号,自建还是云厂商? +日志: +``` +日志贴在这里 +``` + +--- + +**目的端 Redis** +版本:版本号,是否是集群?自建还是云厂商? +日志: +``` +日志贴在这里 +``` diff --git a/.github/ISSUE_TEMPLATE/other_stuff.md b/.github/ISSUE_TEMPLATE/other_stuff.md deleted file mode 100644 index e82cf00..0000000 --- a/.github/ISSUE_TEMPLATE/other_stuff.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Other -about: Can't find the right issue type? Use this one! -title: '' -labels: '' -assignees: '' - ----