@@ -11,6 +11,45 @@ Jira Issue: <https://issues.redhat.com/browse/AAP-NNNN>
11111 . Pull down the PR
12122 . ...
13133 . ...
14+ ## Type of Change
15+ - [ ] Bug fix (non-breaking change fixing an issue)
16+ - [ ] New feature (non-breaking change adding functionality)
17+ - [ ] Breaking change (fix or feature causing existing functionality to break)
18+ - [ ] Security fix
19+ - [ ] Performance improvement
20+ - [ ] Code refactoring
21+ - [ ] Documentation update
22+ - [ ] CI/CD update
23+
24+ ## Backport Policy
25+
26+ This change should be:
27+ - [ ] ** Not backported** - main/master only
28+ - [ ] ** Backported** to specific releases (add labels after merge)
29+
30+ ### Automated Backport Instructions
31+
32+ ** After this PR is merged** , add one or more labels to automatically create backport PRs:
33+
34+ - ` backport/stable-2.4 ` - Backport to stable-2.4 branch
35+ - ` backport/stable-2.5 ` - Backport to stable-2.5 branch
36+ - ` backport/stable-2.6 ` - Backport to stable-2.6 branch
37+ - ` backport/all ` - Backport to all active stable branches
38+ - ` no-backport ` - Explicitly mark as not needing backport
39+
40+ ### Backport Justification
41+ <!-- Required if backporting. Explain why this needs to be in older releases -->
42+ <!-- Examples: -->
43+ <!-- - Critical bug affecting production -->
44+ <!-- - Security vulnerability fix (include CVE if applicable) -->
45+ <!-- - Regression introduced in X.Y.Z -->
46+ <!-- - Customer-blocking issue -->
47+ <!-- - Data corruption/loss prevention -->
48+
49+ ** Special backport considerations:**
50+ <!-- Any conflicts, dependencies, or modifications needed for backport -->
51+ <!-- Will this apply cleanly to older releases? -->
52+ <!-- Does this depend on other commits that also need backporting? -->
1453
1554### Scenarios tested
1655<!-- Describe the scenarios you've already manually verified, if applicable. -->
0 commit comments