mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
docs: prefer Fixes: over Cc: mesa-stable
`Fixes:` targets a specific commit and as such is much more precise and useful than `Cc: mesa-stable`, so let's prefer it when applicable. Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
This commit is contained in:
parent
8fd9893123
commit
0e4eb7b86d
1 changed files with 4 additions and 3 deletions
|
|
@ -251,11 +251,12 @@ the code before merging their patches.
|
|||
Nominating a commit for a stable branch
|
||||
---------------------------------------
|
||||
|
||||
There are three ways to nominate a patch for inclusion in the stable
|
||||
branch and release.
|
||||
There are several ways to nominate a patch for inclusion in the stable
|
||||
branch and release. In order or preference:
|
||||
|
||||
- By adding the ``Fixes:`` tag as described above, if you are fixing
|
||||
a specific commit.
|
||||
- By adding the ``Cc: mesa-stable`` tag as described below.
|
||||
- By adding the fixes: tag as described below.
|
||||
- By submitting a merge request against the "staging/year.quarter"
|
||||
branch on gitlab.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue