From f698fe6c2168da3765f9aa151774da64ec024412 Mon Sep 17 00:00:00 2001 From: hsiang9431-amzn Date: Tue, 11 May 2021 14:23:52 -0700 Subject: [PATCH] move issue templates to ISSUE_TEMPLATE (#1166) --- .github/{ => ISSUE_TEMPLATE}/bug_template.md | 0 .github/{ => ISSUE_TEMPLATE}/feature_request.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => ISSUE_TEMPLATE}/bug_template.md (100%) rename .github/{ => ISSUE_TEMPLATE}/feature_request.md (100%) diff --git a/.github/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md similarity index 100% rename from .github/bug_template.md rename to .github/ISSUE_TEMPLATE/bug_template.md diff --git a/.github/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md