From 87793c98cea6835c773cc51af33a4d0afc066bbc Mon Sep 17 00:00:00 2001 From: Bradley Weston <me@bweston.me> Date: Tue, 01 Mar 2016 15:02:27 -0500 Subject: [PATCH] Use CONTRIBUTING.md to follow standard for most SCM systems. --- CONTRIBUTING.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODING_NOTES.php.txt b/CONTRIBUTING.md similarity index 98% rename from CODING_NOTES.php.txt rename to CONTRIBUTING.md index 8288a03..39ee8fa 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 @@ * 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 -- Gitblit v1.9.1