From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- hooks/pre-commit.conf.template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hooks/pre-commit.conf.template (limited to 'hooks/pre-commit.conf.template') diff --git a/hooks/pre-commit.conf.template b/hooks/pre-commit.conf.template new file mode 100644 index 00000000..535d3c77 --- /dev/null +++ b/hooks/pre-commit.conf.template @@ -0,0 +1,27 @@ +# This file is a template for the configuration of the pre-commit hook +# Please copy this file as pre-commit.conf + +# Version checking, please do not change the following value +PRECOMMIT_CONFIG_VERSION=1 + +# Address of your l10n mailing list +LIST_ADDRESS= + +# URL of the coordination page for your language, ordered by status +# It should look like https://l10n.debian.org/coordination/french/fr.by_status.html +# All languages pages can be easily found on https://l10n.debian.org/coordination +COORDINATION_URL= + +# Body of the DONE messages to be sent when you commit +DONE_MSG="Hello, +This translation is done. +Thanks for your reviews. +Best regards, +Your fellow Debian contributor" + +# Your favorite Mail User Agent. +# If your MUA is not in the list below, please open an issue or provide a patch. +# Available choices: +# * mailto - displays a 'mailto:' link, click it and your default MUA will pop up. +# * thunderbird - directly opens a thunderbird editing window. NOTE: will not allow you to reply to a thread. +MUA=mailto \ No newline at end of file -- cgit v1.2.3