From 9814914b83518ff8f7becadaf6a38547824d0b13 Mon Sep 17 00:00:00 2001 From: Bruno Wego Date: Wed, 16 Feb 2022 07:31:28 -0300 Subject: [PATCH] fix(github): wrong config yml file name in issue template (#1867) Co-authored-by: Peer Richelsen --- .github/ISSUE_TEMPLATE/{config,yml => config.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{config,yml => config.yml} (93%) diff --git a/.github/ISSUE_TEMPLATE/config,yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/config,yml rename to .github/ISSUE_TEMPLATE/config.yml index e1c618b90f..f4ce8de8ff 100644 --- a/.github/ISSUE_TEMPLATE/config,yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Questions url: https://cal.com/slack - about: Ask a general question about the project on our Slack workspace \ No newline at end of file + about: Ask a general question about the project on our Slack workspace