From d9570ab6191aa79a02ea09556cb08d9b8388ce8a Mon Sep 17 00:00:00 2001 From: James Couball Date: Tue, 19 Mar 2024 18:16:31 -0700 Subject: [PATCH] Move issue and pull request templates to the .github directory Signed-off-by: James Couball --- ISSUE_TEMPLATE.md => .github/issue_template.md | 0 PULL_REQUEST_TEMPLATE.md => .github/pull_request_template.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ISSUE_TEMPLATE.md => .github/issue_template.md (100%) rename PULL_REQUEST_TEMPLATE.md => .github/pull_request_template.md (100%) diff --git a/ISSUE_TEMPLATE.md b/.github/issue_template.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/issue_template.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/pull_request_template.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/pull_request_template.md