From a0f3729e8306cceb2c88a9b63a31563eaadbc389 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 19 Aug 2021 12:46:19 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20*.yaml=20to=20*.yml=20f?= =?UTF-8?q?or=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/{bug-report.yaml => bug-report.yml} | 0 .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 0 .github/ISSUE_TEMPLATE/{i18n-issue.yaml => i18n-issue.yml} | 0 .github/workflows/{gh-pages.yaml => gh-pages.yml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.yaml => bug-report.yml} (100%) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (100%) rename .github/ISSUE_TEMPLATE/{i18n-issue.yaml => i18n-issue.yml} (100%) rename .github/workflows/{gh-pages.yaml => gh-pages.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.yaml rename to .github/ISSUE_TEMPLATE/bug-report.yml 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 diff --git a/.github/ISSUE_TEMPLATE/i18n-issue.yaml b/.github/ISSUE_TEMPLATE/i18n-issue.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/i18n-issue.yaml rename to .github/ISSUE_TEMPLATE/i18n-issue.yml diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yml similarity index 100% rename from .github/workflows/gh-pages.yaml rename to .github/workflows/gh-pages.yml