Skip to content

Commit 87793c9

Browse files
author
Bradley Weston
committed
Use CONTRIBUTING.md to follow standard for most SCM systems.
1 parent 45e9406 commit 87793c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Some guidelines for web development with php.
1+
# Some guidelines for web development with php.
22
-----------------------------------------------------
33
* Unix Line Breaks Only, NO windows breaks please.
44
* 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
1717
* Add documentation about access levels (public, private, protected).
1818
* Make function / var names on the following way, first word lower, next word(s) first letter upper like. getFirstResult();
1919

20-
Pear coding guidelines
20+
# Pear coding guidelines
2121

2222
//*****************************************************************************
2323
// Commenting style

0 commit comments

Comments
 (0)