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.