Repository: incubator-guacamole-website Updated Branches: refs/heads/asf-site 84755e22e -> 2705de245
Deploy updates to style guidelines noting that "@author" should not be used. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/2705de24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/2705de24 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/2705de24 Branch: refs/heads/asf-site Commit: 2705de2451adb743428d8d4ac4dd79d76ee90b8a Parents: 84755e2 Author: Michael Jumper <[email protected]> Authored: Tue Feb 28 11:13:41 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Tue Feb 28 11:13:41 2017 -0800 ---------------------------------------------------------------------- content/guac-style/index.html | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/2705de24/content/guac-style/index.html ---------------------------------------------------------------------- diff --git a/content/guac-style/index.html b/content/guac-style/index.html index d5e95b7..20525b7 100644 --- a/content/guac-style/index.html +++ b/content/guac-style/index.html @@ -177,6 +177,8 @@ to fit the 80 column maximum:</p> </code></pre> </div> </li> + <li>Do not use the <code class="highlighter-rouge">@author</code> tag (or similar). The authors of various parts of +the codebase should be tracked by git, not by the code itself.</li> <li>There must be no undocumented behavior of functions.</li> <li>If changes you are making will make parts of the existing manual incorrect, you are not expected to update the manual yourself, but <strong>please let us know
