From a96f46dfe2776c6830446b6f490ea1fb05530900 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Tue, 22 Oct 2024 15:30:56 +0200 Subject: [PATCH] gh: issues: fix filetype It's suppose to be a .md file, not a .yml file. Signed-off-by: Matthieu Baerts (NGI0) --- .github/ISSUE_TEMPLATE/{01-bug.yml => 01-bug.md} | 0 .github/ISSUE_TEMPLATE/{02-feature.yml => 02-feature.md} | 0 .github/ISSUE_TEMPLATE/{03-question.yml => 03-question.md} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{01-bug.yml => 01-bug.md} (100%) rename .github/ISSUE_TEMPLATE/{02-feature.yml => 02-feature.md} (100%) rename .github/ISSUE_TEMPLATE/{03-question.yml => 03-question.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.md similarity index 100% rename from .github/ISSUE_TEMPLATE/01-bug.yml rename to .github/ISSUE_TEMPLATE/01-bug.md diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.md similarity index 100% rename from .github/ISSUE_TEMPLATE/02-feature.yml rename to .github/ISSUE_TEMPLATE/02-feature.md diff --git a/.github/ISSUE_TEMPLATE/03-question.yml b/.github/ISSUE_TEMPLATE/03-question.md similarity index 100% rename from .github/ISSUE_TEMPLATE/03-question.yml rename to .github/ISSUE_TEMPLATE/03-question.md