From 693e3a88199b958522fdb9d6adbe14aa18ddb795 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Fri, 20 Dec 2019 10:42:20 -0700 Subject: [PATCH] fix pr template (#366) --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 0 .gitignore | 1 + 2 files changed, 1 insertion(+) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md diff --git a/.gitignore b/.gitignore index b62f268f..e1919a8c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ mockgen/mockgen # Editors .vscode +.idea