From e6cc0a2b756f1462bcce2222437a6e159be48498 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 1 Feb 2017 17:18:08 +0100 Subject: Updated license script Added missing license headers Added pre-commit hook to check for missing licenses --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ba2457..7641c13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,12 @@ Please include the following when reporting bugs: ## Contributing +### Hooks +Symlink the hooks: +``` +ln -s ../../util/pre-commit.sh .git/hooks/pre-commit +``` + ### Versioning #### Major version -- cgit v1.2.1