In the event you are pairing and need a .gitmessage
To configure git to automatically show this message
when you run git commit
, run ./setup-or-update-gitmessage.sh
. This script can also
update your local copy with any changes that have
been made to this file.
# 50-character subject line in this format:
# [optional project, or component] Short description in present tense and imperative mood
#
# For example:
# Correct typo in documentation
# [bibdata] Update node version to 20.4.1
# [LuxDatePicker] Show holidays in green
#
#
# 72-character wrapped longer description. This should include:
#
# * Issue number reference (e.g. "advances #2431" or "closes pulibrary/figgy#6767")
# * Why was this change necessary?
# * How does it address the problem?
# * Are there any side effects?
#
#
# Uncomment the relevant lines to add co-authors:
#
# Co-authored-by: Alicia Cozine <[email protected]>
# Co-authored-by: Angel Ruiz <[email protected]>
# Co-authored-by: Anna Headley <[email protected]>
# Co-authored-by: Beck Davis <[email protected]>
# Co-authored-by: Brionna Johnson <[email protected]>
# Co-authored-by: Bess Sadler <[email protected]>
# Co-authored-by: Carolyn Cole <[email protected]>
# Co-authored-by: Christina Chortaria <[email protected]>
# Co-authored-by: Chun Ly <[email protected]>
# Co-authored-by: Claudia Lee <[email protected]>
# Co-authored-by: Denzil Phillips <[email protected]>
# Co-authored-by: Eliot Jordan <[email protected]>
# Co-authored-by: Esmé Cowles <[email protected]>
# Co-authored-by: Francis Kayiwa <[email protected]>
# Co-authored-by: G. Philippe Menos <[email protected]>
# Co-authored-by: Hector Correa <[email protected]>
# Co-authored-by: Isha Sinha <[email protected]>
# Co-authored-by: James R. Griffin III <[email protected]>
# Co-authored-by: Jane Sandberg <[email protected]>
# Co-authored-by: Jaymee Hyppolite <[email protected]>
# Co-authored-by: John Kazmierski <[email protected]>
# Co-authored-by: Kate Lynch <[email protected]>
# Co-authored-by: Kevin Reiss <[email protected]>
# Co-authored-by: Kim Leaman <[email protected]>
# Co-authored-by: Liz Garcia <[email protected]>
# Co-authored-by: Mark Zelesky <[email protected]>
# Co-authored-by: Max Kadel <[email protected]>
# Co-authored-by: Michelle Liu <[email protected]>
# Co-authored-by: Rebecca Sutton Koeser <[email protected]>
# Co-authored-by: regineheberlein <[email protected]>
# Co-authored-by: Robert-Anthony Lee-Faison <[email protected]>
# Co-authored-by: Ryan Laddusaw <[email protected]>
# Co-authored-by: Shaun Ellis <[email protected]>
# Co-authored-by: Sean Warren <[email protected]>
# Co-authored-by: Stephanie Ayers <[email protected]>
# Co-authored-by: Tom Ventimiglia <[email protected]>
# Co-authored-by: Trey Pendragon <[email protected]>
# Co-authored-by: Vickie Karasic <[email protected]>
# Co-authored-by: Vivian Ha <[email protected]>
# Co-authored-by: Winsice Ng <[email protected]>
#
# Include a link to the ticket, if any.