Closed
Description
Currently, Gitea does not add any co-authors to the commit message if there was more than one author in a pull request and the pull request is squash-merged.
I would propose to append a message like the following to the commit message text box when merging:
Co-authored-by: User <[email protected]>
This makes it easier to see with only a git blame
later who participated code in that pull request.