From b56850bd47e63670380ea978074f5bfc02317f31 Mon Sep 17 00:00:00 2001 From: Alex Wilson <460299+mrwilson@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:27:03 +0000 Subject: [PATCH] BAU: Tweak Co-authored-by format This was incorrect as it needs a name between the header and the email --- source/standards/pair-programming.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/standards/pair-programming.html.md.erb b/source/standards/pair-programming.html.md.erb index 05e9e873..dd0f6989 100644 --- a/source/standards/pair-programming.html.md.erb +++ b/source/standards/pair-programming.html.md.erb @@ -82,8 +82,8 @@ For example, if you had two or more contributing as part of a pair or ensemble, ``` TICKET-123: Add a new feature -Co-authored-by: person.one@example.com -Co-authored-by: person.two@example.com +Co-authored-by: Person One +Co-authored-by: Person Two ``` This is visible within the normal Git log and within GitHub too; you will see multiple people attached to a change in the UI.