Github user garrensmith commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/91#discussion_r18813526
--- Diff: styleguide.md ---
@@ -0,0 +1,196 @@
+# JavaScript Style Guide
+
+This document attempts to codify the JavaScript code style rules for
Fauxton. This has been patched together from
+a few sources, including [Pootle's style
guide](http://pootle.readthedocs.org/en/latest/developers/styleguide.html#javascript),
+[Google JS style
guide](https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml),
and from
+reverse-engineering our own codebase.
+
+This is intended to be a living document: any disagreements about style
should be brought to the community via IRC,
--- End diff --
Small nitpick here. If there are disagreements it should actually be
discussed on the mailing list.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---