Repository: incubator-rocketmq-site Updated Branches: refs/heads/asf-site 016a49a68 -> ca9541a81
Fix link, use standard markdown syntax Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/a6c169d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/a6c169d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/a6c169d0 Branch: refs/heads/asf-site Commit: a6c169d03dfca69a3f444915bb6f63b8639a613a Parents: 773ce3d Author: dongeforever <[email protected]> Authored: Fri Mar 24 16:09:29 2017 +0800 Committer: dongeforever <[email protected]> Committed: Fri Mar 24 16:09:29 2017 +0800 ---------------------------------------------------------------------- ...17-03-24-the-correct-posture-of-submitting-pull-request.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/a6c169d0/_posts/2017-03-24-the-correct-posture-of-submitting-pull-request.md ---------------------------------------------------------------------- diff --git a/_posts/2017-03-24-the-correct-posture-of-submitting-pull-request.md b/_posts/2017-03-24-the-correct-posture-of-submitting-pull-request.md index 8806d66..56547ff 100644 --- a/_posts/2017-03-24-the-correct-posture-of-submitting-pull-request.md +++ b/_posts/2017-03-24-the-correct-posture-of-submitting-pull-request.md @@ -31,8 +31,8 @@ you'd better use a new branch for each PR, for it is convenient to manage your c Note: if using merge, it will dirty the commits -the difference between rebase and merge can refer to: -https://www.atlassian.com/git/tutorials/merging-vs-rebasing +the difference between rebase and merge can refer to: +[https://www.atlassian.com/git/tutorials/merging-vs-rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) @@ -62,6 +62,7 @@ For example: ### Attach jira or issue For now, we have finished the preparations of a PR. It is time to create it. For apache projects, we could attach the jira issue using specific title like "[XXX] add something", such as "[ROCKETMQ-80] Add batch feature", the "XXX" represents the the name of the jira issue. you could refer to: -https://github.com/apache/incubator-rocketmq/pull/53 + +[https://github.com/apache/incubator-rocketmq/pull/53](https://github.com/apache/incubator-rocketmq/pull/53)
