From 5183384013128401c5861f46bc177dffb7fdb85e Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 15 Jun 2023 13:40:17 -0400 Subject: [PATCH] Move templates to the .github folder per current Github convention (#250) --- 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