Feature request: add Sign-Off
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=439447)
</details>
<!--IssueSummary end-->
Good day colleagues,
It is common best practice to equip the commits with Sign-Off message.
It could be done by git client:
```
git commit --help | grep sign
Unknown locale, assuming C
-s, --signoff, --no-signoff
commit log message. The meaning of a signoff depends on the project
signoffs are used in that project.
The --no-signoff option can be used to countermand an earlier
--signoff option on the command line.
```
Unfortunately, I don't see such an option from, GitLab IDE. So I am kindly asking to add the checkbox which will allow to automatically add Sign-Off message to commit description automatically.
issue