From a3317b13e11dfb25962fd5a2dafe7f44733aa472 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 25 Sep 2019 16:56:02 +0800 Subject: [PATCH] Update issue templates Former-commit-id: c1c34440488b8eda0e6b6be093ed6dd6fbd8287d --- .github/ISSUE_TEMPLATE/-bug--bug-report.md | 29 ---------------------- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/-bug--bug-report.md diff --git a/.github/ISSUE_TEMPLATE/-bug--bug-report.md b/.github/ISSUE_TEMPLATE/-bug--bug-report.md deleted file mode 100644 index 086463d2..00000000 --- a/.github/ISSUE_TEMPLATE/-bug--bug-report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: ":bug: Bug report" -about: Create a bug report to help us improve Milvus -title: "[BUG]" -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Steps/Code to reproduce behavior** -Follow this [guide](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Environment details** -- Hardware/Softward conditions (OS, CPU, GPU, Memory) -- Method of installation (Docker, or from source) -- Milvus version (v0.3.1, or v0.4.0) -- Milvus configuration (Settings you made in `server_config.yaml`) - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0c9d1aa7..2cf3ee07 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a bug report to help us improve Milvus -title: ":bug:[BUG]" +title: ":bug: [BUG]" labels: '' assignees: '' -- GitLab