summaryrefslogtreecommitdiffstats
path: root/hooks/pre-commit.conf.template
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /hooks/pre-commit.conf.template
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'hooks/pre-commit.conf.template')
-rw-r--r--hooks/pre-commit.conf.template27
1 files changed, 27 insertions, 0 deletions
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