From 4025a017c0397cb21e17d2b98e6355d81dfb04d8 Mon Sep 17 00:00:00 2001 From: Jeremy Cohen Date: Mon, 31 Aug 2020 14:38:24 -0400 Subject: [PATCH 1/3] Fix issue templates --- .github/issue_template/{enhancement.md => feature_request.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/issue_template/{enhancement.md => feature_request.md} (100%) diff --git a/.github/issue_template/enhancement.md b/.github/issue_template/feature_request.md similarity index 100% rename from .github/issue_template/enhancement.md rename to .github/issue_template/feature_request.md From 633910dfac2c581907b18afc30d2258de6436524 Mon Sep 17 00:00:00 2001 From: Jeremy Cohen Date: Mon, 31 Aug 2020 14:40:20 -0400 Subject: [PATCH 2/3] Mv issue templates --- {.github/issue_template => ISSUE_TEMPLATE}/bug_report.md | 0 {.github/issue_template => ISSUE_TEMPLATE}/feature_request.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.github/issue_template => ISSUE_TEMPLATE}/bug_report.md (100%) rename {.github/issue_template => ISSUE_TEMPLATE}/feature_request.md (100%) diff --git a/.github/issue_template/bug_report.md b/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/issue_template/bug_report.md rename to ISSUE_TEMPLATE/bug_report.md diff --git a/.github/issue_template/feature_request.md b/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/issue_template/feature_request.md rename to ISSUE_TEMPLATE/feature_request.md From 51a6ec65134f31a67d3613003d4ae15e3e39e94a Mon Sep 17 00:00:00 2001 From: Jeremy Cohen Date: Mon, 31 Aug 2020 14:40:34 -0400 Subject: [PATCH 3/3] Return issue templates --- {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.md (100%) diff --git a/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md