From 5dc4ecb639d50540276ad915b28ff8f594dcdb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20He=C4=91e=C5=A1?= Date: Mon, 30 May 2022 01:17:11 +0200 Subject: [PATCH] fix: put issue templates inside .github folder --- {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