From e2c41ec3bbf9485368931156e372dfd4b5a0214b Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:43:48 +0200 Subject: [PATCH] chore: remove unnecessary PR template (DEV-2691) (#525) --- .github/pull_request_template.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index e01b8f7f2..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,14 +0,0 @@ -===REMOVE=== - -Important! Please follow the guidelines for naming Pull Requests: - - -**Note:** -When squash-merging a PR into the main branch, -the PR title will be taken as squash-merge commit message that appears in the commit history of the main branch. -But this automatism only works for PRs that consist of more than one commit. -If a PR consists of a single commit, -GitHub will take the name of this single commit as squash-merge-commit message. -In this case, you have to manually ensure that the squash-merge commit message is identical to the PR title. - -===REMOVE===