Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-09-06 22:38:56 +0300
committermboelen <michael@cisofy.com>2015-09-06 22:38:56 +0300
commita9966ac4ba99e20738bd887fe6549e9df7f305f6 (patch)
tree6f904e29ee5781000c0d5c571a8ed14a16c565c7 /CONTRIBUTIONS.md
parenta42e8feac260d9888492f221469043c805f413ab (diff)
Extended guidelines
Diffstat (limited to 'CONTRIBUTIONS.md')
-rw-r--r--CONTRIBUTIONS.md3
1 files changed, 2 insertions, 1 deletions
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