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: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ All participants are expected to read and follow this code.
8
8
No changes, however trivial, are ever made to the contents of published specifications (the files in the `versions/` folder).
9
9
Exceptions may be made when links to external URLs have been changed by a 3rd party, in order to keep our documents accurate.
10
10
11
-
The specification is in the file `spec/oas.md`.
11
+
Published versions of the specification are in the `versions/` folder.
12
+
The under-development versions of the specification are in the file `spec/oas.md` on the appropriately-versioned branch.
13
+
For example, work on the next patch release for 3.2 is on `v3.2-dev` in the file `spec/oas.md`.
12
14
13
15
The [spec site](https://spec.openapis.org) is the source of truth for the OpenAPI specification as it contains all the citations and author credits (the markdown in this repository was previously the authoritative version until 2024).
0 commit comments