Gitea: add merge message templates

To add the pull request # at the end of the commit.
This commit is contained in:
Brecht Van Lommel 2023-01-30 23:54:21 +01:00
parent bddbd5ed5f
commit cf3dce10a6
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
${CommitTitle}
${CommitBody}
Pull Request #${PullRequestIndex}

View File

@ -0,0 +1,3 @@
${PullRequestTitle}
Pull Request #${PullRequestIndex}