From 8c99cf04b8ce3075df63f23dd2712420b9d6083e Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 30 Jun 2022 15:14:48 +0530 Subject: [PATCH] Fix issue and PR templates for GitHub --- .github/{workflows => }/ISSUE_TEMPLATE/bug_report.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/other.md | 0 .github/{workflows => }/PULL_REQUEST_TEMPLATE.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/ISSUE_TEMPLATE/bug_report.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/other.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/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/other.md b/.github/ISSUE_TEMPLATE/other.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/other.md rename to .github/ISSUE_TEMPLATE/other.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