morgan pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • .gitlab/issue_templates/Backport.md
    1
    +<!--
    
    2
    +Title:
    
    3
    +    Backport tor-browser#12345: Title of Issue
    
    4
    +
    
    5
    +This is an issue for tracking back-porting a patch-set (e.g. from Alpha to Stable)
    
    6
    +-->
    
    7
    +
    
    8
    +## Backport Patchset
    
    9
    +
    
    10
    +### Book-keeping
    
    11
    +
    
    12
    +#### Gitlab Issue(s)
    
    13
    +- tor-browser#12345
    
    14
    +- mullvad-browser#123
    
    15
    +
    
    16
    +#### Merge Request(s)
    
    17
    +- tor-browser!123
    
    18
    +
    
    19
    +#### Target Channels
    
    20
    +
    
    21
    +- [ ] Stable
    
    22
    +- [ ] Legacy
    
    23
    +
    
    24
    +### Notes
    
    25
    +
    
    26
    +<!-- whatever additional info, context, etc that would be helpful for backporting -->
    
    27
    +
    
    28
    +/label ~"Apps::Type::Backport"

  • .gitlab/issue_templates/Uplift.md
    1 1
     <!--
    
    2 2
     Title:
    
    3 3
         Uplift tor-browser#12345: Title of Issue
    
    4
    +
    
    5
    +This is an issue for tracking uplift of a patch-set to Firefox
    
    4 6
     -->
    
    5 7
     
    
    6
    -# Uplift Patchset
    
    8
    +## Uplift Patchset
    
    9
    +
    
    10
    +### Book-keeping
    
    7 11
     
    
    8
    -## Gitlab Issue(s)
    
    12
    +#### Gitlab Issue(s)
    
    9 13
     - tor-browser#12345
    
    10
    -- mullvad-browser#12345
    
    14
    +- mullvad-browser#123
    
    15
    +
    
    16
    +#### Merge Request(s)
    
    17
    +- tor-browser!123
    
    11 18
     
    
    12
    -## Upstream Mozilla Issue(s):
    
    19
    +#### Upstream Mozilla Issue(s):
    
    13 20
     - https://bugzilla.mozilla.org/show_bug.cgi?id=12345
    
    14 21
     
    
    15
    -## Notes
    
    22
    +### Notes
    
    16 23
     
    
    17 24
     <!-- whatever additional info, context, etc that would be helpful for uplifting -->
    
    18 25