You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/uplifting-fixes.md
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,35 +47,41 @@ Ensure uplift requests are submitted at least two working days prior to any sche
47
47
48
48
### **Uplift Request Form**
49
49
50
-
**[User impact if declined]**
50
+
**Please state case for uplift consideration and ensure bug severity is set**
51
+
- Ensure the fix adheres to criteria specified in [Uplifts to Beta](uplifting-fixes#uplifts-to-beta) or [Uplifts to Release and ESR](uplifting-fixes#uplifts-to-release-and-esr).
52
+
53
+
**User impact if declined**
51
54
- Provide details on how an end user would be impacted with or without this change. In addition to the Steps to Reproduce (STR), explain the deeper implications for users.
52
55
53
-
**[Is this code covered by automated tests?]**
54
-
- Options: Yes / No / Unknown.
56
+
**Is this code covered by automated tests?**
57
+
- Options: Yes / No / Unknown
58
+
59
+
**Has the fix been verified in Daily?**
60
+
- Options: Yes / No / N/A
55
61
56
-
**[Has the fix been verified in Daily? (or Beta for an ESR uplift?)]**
57
-
-Indicate whether the fix has been verified in a Daily or Beta build, and by whom (e.g., the reporter or QA).
62
+
**Has the fix been verified in Beta?**
63
+
-Options: Yes / No / N/A
58
64
59
-
**[Needs manual test from QA?]**
60
-
- Options: Yes / No.
65
+
**Needs manual test from QA?**
66
+
- Options: Yes / No
61
67
- If "Yes," include the steps to reproduce either by referencing an existing comment with STR or elaborating directly.
62
68
63
-
**[List of other uplifts needed]**
69
+
**List of other uplifts needed**
64
70
- If this patch depends on other changes not present on the target branch, list those dependencies here.
65
71
- Ensure approval is also requested for dependent patches.
66
72
67
-
**[Risk to taking this patch]**
68
-
- Options: Low / Medium / High.
73
+
**Risk to taking this patch**
74
+
- Options: Low / Medium / High
69
75
- Provide a justification as to why the benefits of the uplift outweighs the associated risks.
70
76
71
77
Examples:
72
78
-**Low**: A one-line CSS change impacting only the settings page.
73
79
-**Medium**: Due to code complexity and integration with other areas, there might be regressions in related functionality.
74
80
-**High**: The patch involves complex changes with a high likelihood of fallout or regressions, which may require extensive manual testing or mitigation strategies.
75
81
76
-
**[Why is the change risky/not risky? (and alternatives if risky)]**
82
+
**Why is the change risky/not risky? (and alternatives if risky)**
77
83
- If the change is risky, explain the potential impact. In other words, describe the potential negative impacts that could occur if the change leads to a regression. What mitigations were taken to reduce the risk? What alternative solutions were considered?
78
84
79
-
**[String changes made/needed]**
85
+
**String changes made/needed**
80
86
- Answer "none" if no string changes were made.
81
87
- If there are string changes, add details and justification to help with l10n review.
0 commit comments