From 87793c98cea6835c773cc51af33a4d0afc066bbc Mon Sep 17 00:00:00 2001 From: Bradley Weston Date: Tue, 1 Mar 2016 20:02:27 +0000 Subject: [PATCH] Use CONTRIBUTING.md to follow standard for most SCM systems. --- CODING_NOTES.php.txt => CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename CODING_NOTES.php.txt => CONTRIBUTING.md (98%) diff --git a/CODING_NOTES.php.txt b/CONTRIBUTING.md similarity index 98% rename from CODING_NOTES.php.txt rename to CONTRIBUTING.md index 8288a03aff..39ee8fa390 100644 --- a/CODING_NOTES.php.txt +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -Some guidelines for web development with php. +# Some guidelines for web development with php. ----------------------------------------------------- * Unix Line Breaks Only, NO windows breaks please. * Tabs set at 4 spaces either as tabs or spaces. @@ -17,7 +17,7 @@ please mark any section that need review or work on with * Add documentation about access levels (public, private, protected). * Make function / var names on the following way, first word lower, next word(s) first letter upper like. getFirstResult(); -Pear coding guidelines +# Pear coding guidelines //***************************************************************************** // Commenting style -- GitLab