From 38f83f737efb7624cd310026c51144c3a69fa202 Mon Sep 17 00:00:00 2001 From: Wang Xiangyu Date: Fri, 21 Aug 2020 11:34:04 +0800 Subject: [PATCH] [skip ci]update issue template (#3379) Signed-off-by: Wang Xiangyu --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 131744e36d..ee133cd697 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,11 +18,24 @@ Follow this [guide](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-r **Expected behavior** A clear and concise description of what you expected to happen. +**Method of installation** +- [ ] Docker/cpu +- [ ] Docker/gpu +- [ ] Build from source + **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`) +- Hardware/Softwars conditions (OS, CPU, GPU, Memory) + + +- Milvus version (master or released version) + + +**Configuration file** +Settings you made in `server_config.yaml` or `milvus.yaml` + +```yaml +paste-file-content-here +``` **Screenshots** If applicable, add screenshots to help explain your problem.