From ef7e9e5c9960d14b578073c732e3e1fd491122e8 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 5 Nov 2020 11:32:37 +0100 Subject: [PATCH] Fix issue template config Signed-off-by: Mark Sagi-Kazar --- .github/{workflows => }/.editorconfig | 0 .github/ISSUE_TEMPLATE/config.yaml | 5 ----- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 3 files changed, 5 insertions(+), 5 deletions(-) rename .github/{workflows => }/.editorconfig (100%) delete mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/workflows/.editorconfig b/.github/.editorconfig similarity index 100% rename from .github/workflows/.editorconfig rename to .github/.editorconfig diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index ae824900..00000000 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: -- name: Dex Slack channel - url: https://kubernetes.slack.com/messages/dexidp - about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..f04afd58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Dex Slack channel + url: https://kubernetes.slack.com/messages/dexidp + about: Please ask and answer questions here.