diff options
author | varac <varacanero@zeromail.org> | 2015-10-17 14:16:32 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-10-17 14:16:32 +0200 |
commit | add63156286e3b89ae38b8f6975e84817f772373 (patch) | |
tree | 376f948f9c76baef5f7b02da7dd446fb94cbead1 /contrib/README.md | |
parent | 20f298c48e6df0908dddea696d972c61b0e88bb8 (diff) |
[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/
Diffstat (limited to 'contrib/README.md')
-rw-r--r-- | contrib/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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" + + |