From a9966ac4ba99e20738bd887fe6549e9df7f305f6 Mon Sep 17 00:00:00 2001 From: mboelen Date: Sun, 6 Sep 2015 21:38:56 +0200 Subject: [PATCH] Extended guidelines --- CONTRIBUTIONS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 34d1d970..ba03583b 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -35,4 +35,5 @@ company name and/or your e-mail address). To ensure all pull requests can be easily checked and merged, here are some tips: * Your code should work on other platforms running the bourne shell (/bin/sh), not just BASH. * Properly document your code where needed. Besides the 'what', focus on explaining the 'why'. -* Check the log information (lynis.log) of your new test or changed code, so that it provides helpful details for others. \ No newline at end of file +* Check the log information (lynis.log) of your new test or changed code, so that it provides helpful details for others. +* Most variables should be capitalized, with underscore as word separator (e.g. PROCESS_EXISTS=1) \ No newline at end of file