From 3547b320ca3addc6b6cd51116ae235473396222a Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:54:42 -0500 Subject: [PATCH] Rename files in advance of replacing GitHub Markdown issue templates with GitHub YAML issue forms. Partial #650 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/{bug_report.md => 01-bug-report.yml} | 0 .../ISSUE_TEMPLATE/{feature_request.md => 02-feature-request.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => 01-bug-report.yml} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.md => 02-feature-request.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/01-bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/01-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/02-feature-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/02-feature-request.yml