From 1a41519b8bf76f9c471607353769fb2bb3c7860b Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 23 Nov 2020 10:31:48 +0800 Subject: [PATCH] Adding a feature request issue template Using an issue template is always a good practice when we try to submit an issue. Signed-off-by: rick --- .github/ISSUE_TEMPLATE/feature_request.md | 69 +++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..10500a4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,69 @@ +--- +name: Feature Request +about: Have a good idea? Please don't hesitate to write it down, describe the new feature. +--- + + + +**What's it about?** + + +**What's the reason why we need it?** + + +I believe this is an important feature for Kubesphere. There're a few use cases: + +* case one +* case two +* ... + +Please leave your comments below if there's anyone agree with me. Or just give me a thumb up. + +**Area Suggestion** + + +/kind feature-request -- GitLab