mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02:00
docs: add note about using backticks for rbs in gitlab
So that gitlab will render the < and > correctly allowing the tag to be copy-n-pasted without additional formatting. Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
516160d717
commit
1e872d1486
1 changed files with 11 additions and 0 deletions
|
|
@ -302,6 +302,17 @@ These Reviewed-by, Acked-by, and Tested-by tags should also be amended
|
||||||
into commits in a MR before it is merged.
|
into commits in a MR before it is merged.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
When providing a Reviewed-by, Acked-by, or Tested-by tag in a gitlab MR,
|
||||||
|
enclose the tag in backticks:
|
||||||
|
</p>
|
||||||
|
<pre>
|
||||||
|
`Reviewed-by: Joe Hacker <jhacker@example.com>`</pre>
|
||||||
|
<p>
|
||||||
|
This is the markdown format for literal, and will prevent gitlab from hiding
|
||||||
|
the < and > symbols.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Review by non-experts is encouraged. Understanding how someone else
|
Review by non-experts is encouraged. Understanding how someone else
|
||||||
goes about solving a problem is a great way to learn your way around
|
goes about solving a problem is a great way to learn your way around
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue