From 45460218102864113e7d8f3f1e8c102e2512dc59 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Fri, 4 Sep 2020 10:36:32 +0800 Subject: [PATCH] [skip ci] add enhancement issue template (#3585) Signed-off-by: yudong.cai --- .github/ISSUE_TEMPLATE/enhancement.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..74ed61e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,15 @@ +--- +name: "Enhancement request" +about: Suggest an enhancement idea for Milvus +title: '' +labels: '' +assignees: '' + +--- + +**Please state your issue using the following template and, most importantly, in English.** + +**What would you like to be added ?** + +**Why is this needed ?** + -- GitLab