Skip to content

Commit a5bf16f

Browse files
docs: Update the API style guide (#39987)
Signed-off-by: Ali Beyad <[email protected]> Mirrored from https://github.com/envoyproxy/envoy @ e850cd5d8fe378e32e3924d0f0122066545e2ccb
1 parent c5e3952 commit a5bf16f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

STYLE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ In addition, the following conventions should be followed:
4343
messages, or fields, respectively, that are considered work in progress and are not subject to the
4444
threat model or the breaking change policy. This is similar to the work-in-progress/alpha tagging
4545
of extensions described below, but allows tagging protos that are used as part of the core API
46-
as work in progress without having to break them into their own file.
46+
as work in progress without having to break them into their own file. Upon removing the
47+
`(xds.annotations.v3.file_status).work_in_progress` annotation, please also update the release notes.
4748

4849
* Always use plural field names for `repeated` fields, such as `filters`.
4950

0 commit comments

Comments
 (0)