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:48:01 +01:00
parent f359a39d11
commit ea8fd343eb
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}