From a7d604555a6747d0c26231a6798817264618d43b Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 8 Oct 2024 12:27:05 -0400 Subject: [PATCH] refactor: rename PR_TEMPLATE to PULL_REQUEST_TEMPLATE --- .github/PR_TEMPLATE/community_contrib.md | 15 --------------- .../closed_issue.md => PULL_REQUEST_TEMPLATE.md} | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .github/PR_TEMPLATE/community_contrib.md rename .github/{PR_TEMPLATE/closed_issue.md => PULL_REQUEST_TEMPLATE.md} (97%) diff --git a/.github/PR_TEMPLATE/community_contrib.md b/.github/PR_TEMPLATE/community_contrib.md deleted file mode 100644 index db920135f..000000000 --- a/.github/PR_TEMPLATE/community_contrib.md +++ /dev/null @@ -1,15 +0,0 @@ -- **Please check if the PR fulfills these requirements** - -* [ ] The commit message follows our guidelines -* [ ] Tests for the changes have been added (for bug fixes / features) -* [ ] Docs have been added / updated (for bug fixes / features) - -- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) - -- **What is the current behavior?** (You can also link to an open issue here) - -- **What is the new behavior (if this is a feature change)?** - -- **Does this PR Close an issue?** (If applicable, please add the number of the issue here with keyword Closes) - -- **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) diff --git a/.github/PR_TEMPLATE/closed_issue.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 97% rename from .github/PR_TEMPLATE/closed_issue.md rename to .github/PULL_REQUEST_TEMPLATE.md index 2207b3a09..db2864e52 100644 --- a/.github/PR_TEMPLATE/closed_issue.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ -## Related Issue +## Related Issue(s)