From 6f09749b65c945ff55553af4fb2b4ff9207869ca Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 12 May 2021 14:38:44 -0700 Subject: [PATCH] refactor: move default PR template --- .../pull_request_template.md => PULL_REQUEST_TEMPLATE.md} | 0 CHANGELOG.md | 1 + 2 files changed, 1 insertion(+) rename .github/{PULL_REQUEST_TEMPLATE/pull_request_template.md => 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/CHANGELOG.md b/CHANGELOG.md index 6b7e6bcf..8f88efc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ VS Code v1.56 - docs(install): add raspberry pi section #3376 @jsjoeio - docs(maintaining): add pull requests section #3378 @jsjoeio - docs(maintaining): add merge strategies section #3379 @jsjoeio +- refactor: move default PR template #3375 @jsjoeio ### Development