From c2a79e765c8d4bdc0e1d3707f0046a5ae0586cba Mon Sep 17 00:00:00 2001 From: Siddharth Mishra Date: Sat, 9 Oct 2021 13:10:58 +0530 Subject: [PATCH] feat: Add Github Issue Form (#9522) Signed-off-by: Siddharth --- .github/ISSUE_TEMPLATE/enhancement.md | 14 ---------- .github/ISSUE_TEMPLATE/enhancement.yaml | 37 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md deleted file mode 100644 index 566eb6a62f..0000000000 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Enhancement request -about: As a developer, I want to make an enhancement for Milvus -title: '' -labels: kind/enhancement -assignees: '' - ---- - - -#### What would you like to be added: - -#### Why is this needed: - diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml new file mode 100644 index 0000000000..f8cf09c6f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -0,0 +1,37 @@ +name: Enhancement request +description: As a developer, I want to make an enhancement for Milvus +title: "[Enhancement]: " +labels: [kind/enhancement] +body: +- type: markdown + attributes: + value: | + Thanks for taking the time to request/suggest an enhancement for Milvus! Please fill the form in English! +- type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue related to this already exists. + options: + - label: I have searched the existing issues + required: true +- type: textarea + attributes: + label: What would you like to be added? + description: A concise description of what you're expecting/suggesting. + placeholder: | + I would like to suggest/request a feature that's like... + validations: + required: true +- type: textarea + attributes: + label: Why is this needed? + description: A concise description of the reason/motivation + validations: + required: false +- type: textarea + attributes: + label: Anything else? + description: | + Links? References? Screenshots? Anything that will give us more context about this! + validations: + required: false