From e04045cd66687aa48bd224604dba6eb7c521de45 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Mon, 15 Aug 2022 17:39:42 -0700 Subject: [PATCH] fix: change extension of `.github/ISSUE_TEMPLATE/config.yaml` to `.yml` YAML was a mistake, honestly. --- .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml