You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/08/10 13:40:22 UTC

incubator-tinkerpop git commit: Mention policy on code style.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp30 ca1c529bd -> ab064f43a


Mention policy on code style.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ab064f43
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ab064f43
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/ab064f43

Branch: refs/heads/tp30
Commit: ab064f43a49e9c0c666f798cae1a97faa5ed7c34
Parents: ca1c529
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Aug 10 07:40:00 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Aug 10 07:40:00 2015 -0400

----------------------------------------------------------------------
 CONTRIBUTING.asciidoc | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ab064f43/CONTRIBUTING.asciidoc
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc
index 35dbabc..c7b2c1a 100644
--- a/CONTRIBUTING.asciidoc
+++ b/CONTRIBUTING.asciidoc
@@ -96,3 +96,10 @@ as one that is representative of a change in the API that might affect users or
 organizing release notes.
 * The "affects/fix version(s)" fields should be appropriately set, where the "fix version" implies the version on
 which that particular issue will completed.
+
+Code Style
+~~~~~~~~~~
+
+Contributors should examine the current code base to determine what the code style patterns are and should match their
+style to what is already present.  Of specific note however, TinkerPop does not use "import wildcards" - IDEs should
+be adjusted accordingly to not auto-wildcard the imports.
\ No newline at end of file