GitPython supports [parsing trailers](https://un5q0202q6ua4emz1bzw2kgpdzg0m.julianrbryant.com/en/stable/reference.html#git.objects.commit.Commit.trailers_dict), but not creating them. They can be included in a commit message via `$ git commit --message "Did a thing" --trailer "Issue: abc"` It would be nice if GitPython supported trailer creation.