diff options
author | Eric Engestrom <[email protected]> | 2020-07-13 15:05:41 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-13 19:33:25 +0000 |
commit | be8a8edb1e40d9a716e56961142edd4d29e2a4a3 (patch) | |
tree | b879a6ad528091c9a7cc3b519035daa30e2b947b /docs | |
parent | da23a31726f4f0486319e900207c31f2815e9119 (diff) |
docs/submittingpatches: add more than one `Cc: mesa-stable` example to the examples list
Starting with that very example :)
Signed-off-by: Eric Engestrom <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5880>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/submittingpatches.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst index 98398d972ab..5c9567f8769 100644 --- a/docs/submittingpatches.rst +++ b/docs/submittingpatches.rst @@ -134,6 +134,8 @@ to automatically, so you don't need to figure it out. Alternatively, you may use a "CC:" tag. Here are some examples of such a note:: + Cc: mesa-stable + Cc: 20.0 <mesa-stable> CC: 20.0 19.3 <mesa-stable> Using the CC tag **should** include the stable branches you want to |