From: Paul Morris Date: Sat, 1 Jul 2017 14:25:36 +0000 (-0400) Subject: Doc: CG: Add guideline for use of 'CSS' prefix in commit messages X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=8b55af588353cb3aa24e4211f16a1325d53ca188;p=lilypond.git Doc: CG: Add guideline for use of 'CSS' prefix in commit messages --- diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi index bfebb9a0c8..ac8ecb6ee4 100644 --- a/Documentation/contributor/source-code.itexi +++ b/Documentation/contributor/source-code.itexi @@ -1251,6 +1251,11 @@ Web: and Web-@var{**}: Commits that affect the website should use @qq{Web:@tie{}} for English, and @qq{Web-@var{**}:@tie{}} for other languages. +@item +CSS: Commits that change CSS files should use @qq{Web:@tie{}CSS:@tie{}} +or @qq{Doc:@tie{}CSS:@tie{}} depending on whether they affect the +website or the documentation/manuals. + @item Changes to a single file are often prefixed with the name of the file involved.