From 7bc442cc935c92d97ea810867aa2ddef22d45fd6 Mon Sep 17 00:00:00 2001 From: Max Balandat Date: Mon, 7 Nov 2022 09:36:46 -1000 Subject: [PATCH] Clean up github issue template filenames The previous names with multiple dashes caused some issues when pulling this into other repos. This simplifies the names. --- .github/ISSUE_TEMPLATE/{---bug-report.md => bug_report.md} | 0 .../{---documentation-examples.md => documentation_examples.md} | 0 .../ISSUE_TEMPLATE/{---feature-request.md => feature_request.md} | 0 .github/ISSUE_TEMPLATE/{---refactor.md => refactor.md} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{---bug-report.md => bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{---documentation-examples.md => documentation_examples.md} (100%) rename .github/ISSUE_TEMPLATE/{---feature-request.md => feature_request.md} (100%) rename .github/ISSUE_TEMPLATE/{---refactor.md => refactor.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---bug-report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/---documentation-examples.md b/.github/ISSUE_TEMPLATE/documentation_examples.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---documentation-examples.md rename to .github/ISSUE_TEMPLATE/documentation_examples.md diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---feature-request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/---refactor.md b/.github/ISSUE_TEMPLATE/refactor.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---refactor.md rename to .github/ISSUE_TEMPLATE/refactor.md