From fed2d13d985fcfc5409580a0e263ff5ad15859cc Mon Sep 17 00:00:00 2001 From: Zheng Xi Zhou Date: Thu, 22 Apr 2021 10:59:07 +0800 Subject: [PATCH] Redirect to Discussions if users want to open Question issue (#1550) --- .github/ISSUE_TEMPLATE/config.yaml | 1 - .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index a49eab2f6..000000000 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..a1fa55ef4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Questions & Help + url: https://github.com/oam-dev/kubevela/discussions + about: Please ask and answer questions here.