[GIT] Evergreen ILS branch main updated. 0dabbc50b0b036467ae90ac9214cbaec876f0e56

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 0dabbc50b0b036467ae90ac9214cbaec876f0e56 (commit) from b674009b1b1df25d6ba61e74a81153fd384d5415 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0dabbc50b0b036467ae90ac9214cbaec876f0e56 Author: Jason Stephenson <jason@sigio.com> Date: Wed Mar 12 11:04:34 2025 -0400 LP#2051946: Add commit-template Add a standardized commit message template (commit-template) to the repository to encourage consistent commit messages. In order to use the template, run the following command from the root of your Evergreen repository: git config commit.template commit-template This is the first commit to actually use that template. Release-note: Added a commit message template to the repository to improve the developer experience. To use the template, run the following command from the root of your Evergreen repostiory: git config commit.template commit-template. Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Jane Sandberg <sandbergja@gmail.com> diff --git a/commit-template b/commit-template new file mode 100644 index 0000000000..27e4d9f672 --- /dev/null +++ b/commit-template @@ -0,0 +1,20 @@ +## LP#<number>: <Title> +# Add a short, descriptive title preferably beginning with an action verb. + +## <body> +# Please enter descriptive text explaining the change and why it was made. + +# In the case of a bug fix, steps to reproduce the bug and test the +# fix are useful. + +## Release-note: <release note text> + +# Larger changes with extensive release notes in a separate file +# and/or documentation updates may ignore the above. + +## Signed-off-by: <Your Name <address@hostname.tld> > +# Above can be done with -s option to git commit. + +# See +# https://wiki.evergreen-ils.org/doku.php?id=dev:git#commit_messages +# for more information. ----------------------------------------------------------------------- Summary of changes: commit-template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 commit-template hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User