From 03ff2c30b3e4eca453ffb30d5e80b620e5df81a8 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Mon, 12 Dec 2022 16:04:53 +0900 Subject: [PATCH] Fix GitHub template --- .github/{ => ISSUE_TEMPLATE}/bug_report.yml | 0 .github/{ => ISSUE_TEMPLATE}/feature_request.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => ISSUE_TEMPLATE}/bug_report.yml (100%) rename .github/{ => ISSUE_TEMPLATE}/feature_request.yml (100%) diff --git a/.github/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml