From 35c91bcc40a84ddd679dd1d642599346d209557e Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 30 Aug 2012 12:49:17 +0000 Subject: [PATCH] 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@371963 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/CODING-GUIDELINES | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/CODING-GUIDELINES diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES new file mode 100644 index 0000000000..8029d4d68d --- /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 -- 2.47.2