Skip to content

Commit

Permalink
SubmittingPatches: added inline markup to important references
Browse files Browse the repository at this point in the history
Signed-off-by: James McClune <[email protected]>
  • Loading branch information
James McClune committed Jan 16, 2019
1 parent 51ea3b2 commit d78863e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SubmittingPatches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ have been included in the discussion
--------------------------------------------------------------

If this patch fixes a problem reported by somebody else, consider adding a
Reported-by: tag to credit the reporter for their contribution. This tag should
``Reported-by:`` tag to credit the reporter for their contribution. This tag should
not be added without the reporter's permission, especially if the problem was
not reported in a public forum. That said, if we diligently credit our bug
reporters, they will, hopefully, be inspired to help us again in the future.
Expand Down Expand Up @@ -254,7 +254,7 @@ email list to ensure your submission is noticed.
When addressing review comments, can should either add additional patches to
your branch or (better yet) squash those changes into the relevant commits so
that the sequence of changes is "clean" and gets things right the first time.
The 'git rebase -i' command is very helpful in this process. Once you have
The ``git rebase -i`` command is very helpful in this process. Once you have
updated your local branch, you can simply force-push to the existing branch
in your public repository that is referenced by the pull request with

Expand Down

0 comments on commit d78863e

Please sign in to comment.