From 7a4658cce269f1e0134e2221ee9b28dbecb118ff Mon Sep 17 00:00:00 2001 From: "Balos, Cody, J" Date: Wed, 15 May 2024 10:19:51 -0700 Subject: [PATCH] move default PR template to spot where GitHub expects --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .../general.md => PULL_REQUEST_TEMPLATE.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE/general.md => PULL_REQUEST_TEMPLATE.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 367e3512d0..28901c4b88 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: 🐞 Bug -about: File a bug/issue +about: File a bug report title: '[BUG] ' labels: bug, triage assignees: '' diff --git a/.github/PULL_REQUEST_TEMPLATE/general.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/general.md rename to .github/PULL_REQUEST_TEMPLATE.md