File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,19 @@ you may instead just tag the PR with the issue:
102
102
103
103
\# Issue
104
104
105
+ ### <a name =" commit " ></a >Commit
106
+
107
+ If this PR fixes or reverts a buggy commit, please add a line of the form:
108
+
109
+ Fixes commit #PR
110
+
111
+ or
112
+
113
+ Fixes commit SHA
114
+
115
+ This will allow automated tools to detect tainted commit ranges on the main branch when the PR is
116
+ merged.
117
+
105
118
### <a name =" deprecated " ></a >Deprecated
106
119
107
120
If this PR deprecates existing Envoy APIs or code, it should include an update to the deprecated
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ Release Notes:
21
21
Platform Specific Features:
22
22
[ Optional Runtime guard:]
23
23
[ Optional Fixes #Issue]
24
+ [ Optional Fixes commit #PR or SHA]
24
25
[ Optional Deprecated:]
25
26
[ Optional [ API Considerations] ( https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md ) :]
You can’t perform that action at this time.
0 commit comments