From add63156286e3b89ae38b8f6975e84817f772373 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 17 Oct 2015 14:16:32 +0200 Subject: [feat] Added contrib folder for contributed stuff - Added a README.md - added a git commit template - moved offlineimap example config file from vagrant/ to crontib/ --- contrib/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/README.md (limited to 'contrib/README.md') diff --git a/contrib/README.md b/contrib/README.md new file mode 100644 index 00000000..e836bc7e --- /dev/null +++ b/contrib/README.md @@ -0,0 +1,9 @@ +# Contributed Files + +## Commit Template + +to install this commit template, use following cmd (use --global to use it in your global .gitconfig): + + git config [--global] commit.template "~/path_to_leap_platform/contrib/commit-template.txt" + + -- cgit v1.2.3