diff --git a/CODING_NOTES.php.txt b/CONTRIBUTING.md similarity index 98% rename from CODING_NOTES.php.txt rename to CONTRIBUTING.md index 8288a03aff38e1c7b981acda25c66e1badb02545..39ee8fa39018f61c06dbb7bad8e414705eeb8c65 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