You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/09/12 10:43:30 UTC

[03/10] tinkerpop git commit: Added a link from recipes to the "contributing policy" in the dev docs. CTR

Added a link from recipes to the "contributing policy" in the dev docs. CTR


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

Branch: refs/heads/TINKERPOP-1280
Commit: a939f10de4fe047f8310734fd9081e8de292e317
Parents: 37942af
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Sep 9 14:10:39 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Sep 9 14:10:39 2016 -0400

----------------------------------------------------------------------
 docs/src/recipes/index.asciidoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a939f10d/docs/src/recipes/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/recipes/index.asciidoc b/docs/src/recipes/index.asciidoc
index 67a7932..3225264 100644
--- a/docs/src/recipes/index.asciidoc
+++ b/docs/src/recipes/index.asciidoc
@@ -71,6 +71,9 @@ prior to starting work on it, as the community might provide insight on the appr
 It is preferable that a link:https://issues.apache.org/jira/browse/TINKERPOP[JIRA issue] be opened that describes the nature
 of the recipe so that the eventual pull request can be bound to that issue.
 
+IMPORTANT: Please read TinkerPop's link:http://tinkerpop.apache.org/docs/x.y.z/dev/developer/#_contributing[policy on contributing]
+prior to submitting a recipe.
+
 To contribute a recipe, first clone the repository:
 
 [source, shell]