From 7b2d1d246f60ffa710d53adff481685660d4f65e Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sat, 27 Dec 2025 11:19:00 +0400 Subject: [PATCH] chore: move the templates --- .github/{workflows => }/ISSUE_TEMPLATE/bug_report.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/config.yml | 0 .github/{workflows => }/ISSUE_TEMPLATE/documentation.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/question.md | 0 .github/{workflows => }/PULL_REQUEST_TEMPLATE.md | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/ISSUE_TEMPLATE/bug_report.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/config.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/documentation.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/question.md (100%) rename .github/{workflows => }/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/workflows/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/documentation.md rename to .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/question.md rename to .github/ISSUE_TEMPLATE/question.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/workflows/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md