Commit ad63eb0b authored by morgan's avatar morgan 😸
Browse files

fixup! BB 43615: Add Gitlab Issue and Merge Request templates

- add time-gated feature issue template
- add a revert patchset issue template
parent 2c5b018b
Loading
Loading
Loading
Loading
+50 −0
Original line number Diff line number Diff line
# 🕰️ Time-Gated Feature
<!--
Use this template to track implementation of some time-gated feature.
Please try to make the title a good one-liner for the changelogs!

Some good (hypothetical) titles:
- Implement Year End Campaign 3000
- Add User Survey link to about:tor
- Spring Funding Campaign about:tor take-over
-->

## Description
<!--
Provide an overview of the technical/implementation aspects of this feature
-->

## Bookkeeping

### Time Window
<!--
When should this feature be enabled and disabled?
-->

- **Start Date**
  - Date:
  - Time (UTC):

- **End Date**
  - Date:
  - Time (UTC):

### Proposal
<!-- Add links to associated proposal issues (or delete block) -->
- tor-browser#xxxxx
- mullvad-browser#yyy

### Design
<!-- Add links to associated design issues (or delete block) -->
- tpo/UX/Design#zzz

<!-- Do not edit beneath this line <3 -->
### Revert Issue
<!-- Add link to the associated issue to revert this change -->
- tor-browser#xxxxx
- mullvad-browser#yyy

---

/label ~"Apps::Product::TorBrowser"
/label ~"Apps::Type::Feature"
+45 −0
Original line number Diff line number Diff line
# ❌ Revert Patchset
<!--
This is an issue for tracking reverting a patch-set (e.g. Time-gated features
which are no longer needed after the expiration date)

Please ensure the title has the following format:

- Revert tor-browser#12345: Title of original issue
-->

## Bookkeeping

### Time Window
<!--
When should this patchset be reverted?
-->

- **Revert-After Date**
  - Date:

### Issue(s)
<!-- issue associated with the original patchset -->
- tor-browser#xxxxx
- mullvad-browser#xyz

### Merge Request(s)
<!-- merge-request associated with the original patchset -->
- tor-browser!xxxx

### Target Channels
<!-- Which channel has the commits we need to revert? -->
- [ ] Alpha
- [ ] Stable

## Notes

<!-- whatever additional info, context, etc that would be helpful for reverting -->


<!-- Do not edit beneath this line <3 -->

---

/label ~"Apps::Product::TorBrowser"
/label ~"Apps::Type::Chore"
+2 −0
Original line number Diff line number Diff line
@@ -13,7 +13,9 @@ Please select the appropriate issue template from the **Description** drop-down.
- 💣 **Test** - develop a test or update testing infrastructure
- 👣 **Fingerprinting** - open a fingerprinting issue
-**Feature** - implement new features
- 🕰️ **Time-Gated Feature** - implement a new feature which must be enabled for a particular window in time
- ⬅️ **Backport** - cherry-pick change to other release channels
-**Revert** - revert a change
- ⤵️ **Rebase - Alpha** - rebase alpha to latest Firefox ESR version
- ⤵️ **Rebase - Stable** - rebase stable to latest Firefox ESR version
- ⤵️ **Rebase - Rapid** - rebase rapid to latest Firefox Nightly version