From a2558e3a7b39e1ac32ebe2ef1fdd4fa575b47fc5 Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 4 Nov 2022 09:14:22 +0100 Subject: [PATCH] move templates --- {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.yaml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/problem_report.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.yaml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/problem_report.yaml (100%) diff --git a/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml similarity index 100% rename from ISSUE_TEMPLATE/feature_request.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/ISSUE_TEMPLATE/problem_report.yaml b/.github/ISSUE_TEMPLATE/problem_report.yaml similarity index 100% rename from ISSUE_TEMPLATE/problem_report.yaml rename to .github/ISSUE_TEMPLATE/problem_report.yaml