From 749f2f574648377c05697153d627f017ac845464 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:49:45 +0100 Subject: [PATCH] doc: browser extension for merge message Signed-off-by: Ernesto Puerta --- doc/dev/developer_guide/basic-workflow.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index ecaad598274e8..c57b33eb10789 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -364,6 +364,19 @@ This consists of two parts: #. The name and email address of the reviewer. Enclose the reviewer's email address in angle brackets. +Using a browser extension to auto-fill the merge message +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +If you use a browser for merging Github PRs, the easiest way to fill in +the merge message is with the `"Ceph Github Helper Extension" +`_ (available for `Chrome +`_ +and `Firefox `_). + +After enabling this extension, if you go to a Github PR page, a vertical helper +will be displayed at the top-right corner. If you click on the user silhouette button +the merge message input will be automatically populated. + Using .githubmap to Find a Reviewer's Email Address ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you cannot find the email address of the reviewer on his or her GitHub -- 2.39.5