chore(pr): add default merge template for pull requests
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s

- Introduces a default merge message template for pull requests
- Standardizes merge commit messages with placeholders for PR details
This commit is contained in:
2025-06-14 20:54:59 +02:00
parent 79d7c5a7ee
commit 380b9ad81a

View File

@@ -0,0 +1,5 @@
chore(pr): ${PullRequestTitle} ${PullRequestReference}
${PullRequestDescription}
Merged from ${HeadBranch} into ${BaseBranch}