morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

2 changed files:

Changes:

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

  • .gitlab/issue_templates/Uplift.md
    1 1
     <!--
    
    2 2
     Title:
    
    3 3
         Uplift tor-browser-build#12345: Title of Issue
    
    4
    +
    
    5
    +This is an issue for tracking uplift of a patch-set to an upstream build-dependency (e.g. MinGW, clang, etc)
    
    6
    +
    
    4 7
     -->
    
    5 8
     
    
    6
    -# Uplift Patchset
    
    9
    +## Uplift Patchset
    
    7 10
     
    
    8
    -## Gitlab Issue(s)
    
    11
    +### Book-keeping
    
    12
    +
    
    13
    +#### Gitlab Issue(s)
    
    9 14
     - tor-browser-build#12345
    
    10 15
     
    
    11
    -## Upstream Project Issue(s):
    
    16
    +#### Merge Request(s)
    
    17
    +- tor-browser-build!1234
    
    18
    +
    
    19
    +#### Upstream Project Issue(s):
    
    12 20
     
    
    13 21
     
    
    14
    -## Notes
    
    22
    +### Notes
    
    15 23
     
    
    16 24
     <!-- whatever additional info, context, etc that would be helpful for uplifting -->
    
    17 25