Skip to content

Commit f836a76

Browse files
authored
Merge pull request ceph#58600 from zdover23/wip-doc-2024-07-16-dev-guide-basic-workflow
doc/dev: add formatting to basic workflow Reviewed-by: Anthony D'Atri <[email protected]>
2 parents b9982ce + 4c4063a commit f836a76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/dev/developer_guide/basic-workflow.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -505,17 +505,17 @@ the merge message input will be automatically populated.
505505
Using .githubmap to Find a Reviewer's Email Address
506506
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
507507
If you cannot find the email address of the reviewer on his or her GitHub
508-
page, you can look it up in the **.githubmap** file, which can be found in
509-
the repository at **/ceph/.githubmap**.
508+
page, you can look it up in the ``.githubmap`` file, which can be found in
509+
the repository at ``/ceph/.githubmap``.
510510

511511
Using "git log" to find a Reviewer's Email Address
512512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
513513
If you cannot find a reviewer's email address by using the above methods, you
514514
can search the git log for their email address. Reviewers are likely to have
515-
committed something before. If they have made previous contributions, the git
515+
committed something before. If they have made previous contributions, the git
516516
log will probably contain their email address.
517517

518-
Use the following command
518+
Use the following command:
519519

520520
.. prompt:: bash [branch-under-review]$
521521

@@ -525,9 +525,9 @@ Using ptl-tool to Generate Merge Commits
525525
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
526526

527527
Another method of generating merge commits involves using Patrick Donnelly's
528-
**ptl-tool** pull commits. This tool can be found at
529-
**/ceph/src/script/ptl-tool.py**. Merge commits that have been generated by
530-
the **ptl-tool** have the following form::
528+
``ptl-tool`` to pull commits. This tool can be found at
529+
``/ceph/src/script/ptl-tool.py``. Merge commits that have been generated by the
530+
``ptl-tool`` have the following form::
531531

532532
Merge PR #36257 into main
533533
* refs/pull/36257/head:

0 commit comments

Comments
 (0)