From 7b941e48c3c4809f3d275f51709d7804b5e49ad7 Mon Sep 17 00:00:00 2001 From: Pascal Vautour Date: Thu, 10 Oct 2024 07:18:01 -0400 Subject: [PATCH] fix issue template file name. --- .../bug-report---for-zenhub-issues-creation.md | 0 .github/{issue-template => ISSUE_TEMPLATE}/bug.yml | 0 .../feature-request--for-zenhub-issues-creation.md | 0 .github/{issue-template => ISSUE_TEMPLATE}/feature.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/{issue-template => ISSUE_TEMPLATE}/bug-report---for-zenhub-issues-creation.md (100%) rename .github/{issue-template => ISSUE_TEMPLATE}/bug.yml (100%) rename .github/{issue-template => ISSUE_TEMPLATE}/feature-request--for-zenhub-issues-creation.md (100%) rename .github/{issue-template => ISSUE_TEMPLATE}/feature.yml (100%) diff --git a/.github/issue-template/bug-report---for-zenhub-issues-creation.md b/.github/ISSUE_TEMPLATE/bug-report---for-zenhub-issues-creation.md similarity index 100% rename from .github/issue-template/bug-report---for-zenhub-issues-creation.md rename to .github/ISSUE_TEMPLATE/bug-report---for-zenhub-issues-creation.md diff --git a/.github/issue-template/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 100% rename from .github/issue-template/bug.yml rename to .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/issue-template/feature-request--for-zenhub-issues-creation.md b/.github/ISSUE_TEMPLATE/feature-request--for-zenhub-issues-creation.md similarity index 100% rename from .github/issue-template/feature-request--for-zenhub-issues-creation.md rename to .github/ISSUE_TEMPLATE/feature-request--for-zenhub-issues-creation.md diff --git a/.github/issue-template/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml similarity index 100% rename from .github/issue-template/feature.yml rename to .github/ISSUE_TEMPLATE/feature.yml