Updated Branches: refs/heads/master 4217fc7f9 -> dbe35de84
updating rules docs Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/dbe35de8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/dbe35de8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/dbe35de8 Branch: refs/heads/master Commit: dbe35de84cc556ae8dff82ca196aeca8909e6b25 Parents: 4217fc7 Author: Chris Riccomini <[email protected]> Authored: Wed Oct 23 09:24:47 2013 -0700 Committer: Chris Riccomini <[email protected]> Committed: Wed Oct 23 09:24:47 2013 -0700 ---------------------------------------------------------------------- docs/contribute/rules.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/dbe35de8/docs/contribute/rules.md ---------------------------------------------------------------------- diff --git a/docs/contribute/rules.md b/docs/contribute/rules.md index 3bc42c3..5644b6a 100644 --- a/docs/contribute/rules.md +++ b/docs/contribute/rules.md @@ -18,5 +18,7 @@ To submit a patch for inclusion please do the following: * If you are working on a big new feature ([project](projects.html)), follow the steps outlined on the [SEPs](/contribute/seps.html) page. * Create a patch that applies cleanly against trunk. * Make sure you have observed the recommendations in the style guide. -* Open a JIRA ticket describing the patch and attach your patch to the JIRA. +* Open a [JIRA](https://issues.apache.org/jira/browse/SAMZA) ticket describing the patch and attach your patch to the JIRA. +* Open a [Review Board](https://reviews.apache.org/groups/samza/) ticket with your patch attached. +* Post a link to the RB code review on the JIRA ticket. * Nag us if we don't follow up on your JIRA in a timely fashion.
