From: Colin Clark Date: Thu, 27 May 2021 08:35:08 +0000 (+0100) Subject: Documentation update 2 X-Git-Tag: v1.7~102 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1969fab87c86fc51fbefb2b59b1dabaaec6f3f2;p=geeqie.git Documentation update 2 Change CODING.md section header format so that display is correct on GitHub. --- diff --git a/CODING.md b/CODING.md index 5c72374aa..46f73c34f 100644 --- a/CODING.md +++ b/CODING.md @@ -8,7 +8,7 @@ # -#Log Window +# Log Window `log_printf()` @@ -55,7 +55,7 @@ Include a header in every file, like this: ------------- # -#git change-log +# git change-log If referencing a Geeqie GitHub issue, include the issue number in the summary line. Start with a short summary in the first line (without a dot at the end) followed by a empty line. @@ -78,7 +78,7 @@ Also please use your full name and a working e-mail address as author for any co -------------------------------------------------------------------------------- # -#Sources +# Sources Indentation: tabs at 4 spaces @@ -175,7 +175,7 @@ Check if used functions are not deprecated. -------------------------------------------------------------------------------- # -#Documentation +# Documentation Use American, rather than British English, spelling. This will facilitate consistent text searches. User text may be translated via the en_GB.po file.