From 0c5597fb932b2886d7bb9e7cee9777898b66edcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20He=C4=91e=C5=A1?= <44751736+SincerelyFaust@users.noreply.github.com> Date: Mon, 13 Jun 2022 20:59:00 +0200 Subject: [PATCH] fix: put issue templates inside .github folder (#761) --- {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/1.core_bug_report.yml | 0 .../ISSUE_TEMPLATE}/2.provider_bug_report.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/3.feature_request.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/4.docs_request.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/1.core_bug_report.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/2.provider_bug_report.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/3.feature_request.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/4.docs_request.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml (100%) diff --git a/ISSUE_TEMPLATE/1.core_bug_report.yml b/.github/ISSUE_TEMPLATE/1.core_bug_report.yml similarity index 100% rename from ISSUE_TEMPLATE/1.core_bug_report.yml rename to .github/ISSUE_TEMPLATE/1.core_bug_report.yml diff --git a/ISSUE_TEMPLATE/2.provider_bug_report.yml b/.github/ISSUE_TEMPLATE/2.provider_bug_report.yml similarity index 100% rename from ISSUE_TEMPLATE/2.provider_bug_report.yml rename to .github/ISSUE_TEMPLATE/2.provider_bug_report.yml diff --git a/ISSUE_TEMPLATE/3.feature_request.yml b/.github/ISSUE_TEMPLATE/3.feature_request.yml similarity index 100% rename from ISSUE_TEMPLATE/3.feature_request.yml rename to .github/ISSUE_TEMPLATE/3.feature_request.yml diff --git a/ISSUE_TEMPLATE/4.docs_request.yml b/.github/ISSUE_TEMPLATE/4.docs_request.yml similarity index 100% rename from ISSUE_TEMPLATE/4.docs_request.yml rename to .github/ISSUE_TEMPLATE/4.docs_request.yml 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