summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-08-30 12:50:03 +0000
committerMatthew Jordan <mjordan@digium.com>2012-08-30 12:50:03 +0000
commit4781be6e934065ab0de59455c24e757a17f3f0e8 (patch)
treef8573275942fb449844a71525e4505dfd957b005 /doc
parentf075e7631fe8c989da09e9566338fe25bd76c479 (diff)
Restore CODING-GUIDELINES to doc folder
In r294740, the CODING-GUIDELINES was removed from the doc folder in favor of the content on the Asterisk wiki. Some folks still look in the doc folder initially for coding guideline suggestions; as such, this patch adds a CODING-GUIDELINES file back into the doc folder. The content of the file merely points to the correct page on the Asterisk wiki where the coding guidelines currently live. (closes issue ASTERISK-20279) Reported by: Andrew Latham Patches: CODING-GUIDELINES.diff uploaded by Andrew Latham (license 5985) ........ Merged revisions 371961 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 371962 from http://svn.asterisk.org/svn/asterisk/branches/10 ........ Merged revisions 371963 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371964 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/CODING-GUIDELINES2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES
new file mode 100644
index 000000000..8029d4d68
--- /dev/null
+++ b/doc/CODING-GUIDELINES
@@ -0,0 +1,2 @@
+Coding guidelines are available on the Asterisk wiki at:
+https://wiki.asterisk.org/wiki/display/AST/Coding+Guidelines