From 1a41519b8bf76f9c471607353769fb2bb3c7860b Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 23 Nov 2020 10:31:48 +0800 Subject: [PATCH 1/3] 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 000000000..10500a4c5 --- /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 From c240fe11e6ca3f4363cd12398cdf23489942d8e1 Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 23 Nov 2020 10:44:48 +0800 Subject: [PATCH 2/3] Typo fixes Signed-off-by: rick --- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 10500a4c5..43640fbff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,7 +10,7 @@ You don't need to remove this comment section, it's invisible on the issues page * Attention, please fill out this issues form using English only! * 注意!GitHub Issue 仅支持英文,中文 Issue 请在 [论坛](https://kubesphere.com.cn/forum/) 提交。 -* This form is to report bugs. For general usage questions you can join our Slack channel +* This form is to report bugs. For general usage questions, you can join our Slack channel [KubeSphere-users](https://join.slack.com/t/kubesphere/shared_invite/enQtNTE3MDIxNzUxNzQ0LTZkNTdkYWNiYTVkMTM5ZThhODY1MjAyZmVlYWEwZmQ3ODQ1NmM1MGVkNWEzZTRhNzk0MzM5MmY4NDc3ZWVhMjE) --> @@ -22,7 +22,7 @@ A clear and concise description of what this feature request is. **What's the reason why we need it?** @@ -32,7 +32,7 @@ I believe this is an important feature for Kubesphere. There're a few use cases: * case two * ... -Please leave your comments below if there's anyone agree with me. Or just give me a thumb up. +Please leave your comments below if there's anyone agrees with me. Or just give me a thumb up. **Area Suggestion** /kind feature-request