Repository: kylin Updated Branches: refs/heads/document 0c4b618e1 -> ab422decd
update sample for submit-patch.py Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ab422dec Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ab422dec Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ab422dec Branch: refs/heads/document Commit: ab422decd35f31c37faa20f91669731ef08bec43 Parents: 0c4b618 Author: shaofengshi <[email protected]> Authored: Sun Nov 5 16:24:48 2017 +0800 Committer: shaofengshi <[email protected]> Committed: Sun Nov 5 16:24:48 2017 +0800 ---------------------------------------------------------------------- website/_dev/howto_contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/ab422dec/website/_dev/howto_contribute.md ---------------------------------------------------------------------- diff --git a/website/_dev/howto_contribute.md b/website/_dev/howto_contribute.md index 9b8af29..951f2d5 100644 --- a/website/_dev/howto_contribute.md +++ b/website/_dev/howto_contribute.md @@ -42,7 +42,7 @@ Do not forget to discuss in [mailing list](/community/index.html) before working * Using `submit-patch.py` (recommended) to create patches, upload to jira and optionally create/update reviews on Review Board. Patch name is automatically formatted as (JIRA).(branch name).(patch number).patch to follow Yetus' naming rules. ``` -$ ./dev-support/submit-patch.py -jid KYLIN-xxxxx +$ ./dev-support/submit-patch.py -jid KYLIN-xxxxx -b master -srb ``` * Use -h flag for this script to know detailed usage information. Most useful options are:
