@@ -168,6 +168,7 @@ In addition, the following OPTIONAL sections should be considered:
168168
169169The lifecycle of an SCS document goes through the following phases:
170170Draft, Stable, Deprecated, and Rejected.
171+ (Supplements mark a deviation; more on that below.)
171172
172173``` mermaid
173174graph TD
@@ -212,7 +213,8 @@ to get in touch with the SCS community.
212213Community participants are encouraged to present their proposal to the SCS community early on.
213214Note that the proposal draft's content does not need to be finished in any way at this stage.
214215
215- The pull request for the proposal MUST add exactly one SCS document,
216+ The pull request for the proposal MUST add exactly one SCS document of any type,
217+ plus potentially any number of supplements to the former document (if applicable),
216218in the ` Standards ` folder.
217219In the proposal phase,
218220the document number MUST be replaced with ` xxxx ` in the file name,
@@ -251,7 +253,8 @@ To propose major update to a Stable SCS document,
251253a community participant creates a pull request on GitHub
252254against the [ standards repository in the SovereignCloudStack organisation] [ scs-standards-repo ] .
253255
254- The pull request MUST add exactly one SCS document,
256+ The pull request MUST add exactly one SCS document of any type,
257+ plus potentially any number of supplements to the former document (if applicable),
255258in the ` Standards ` folder.
256259The document number MUST be the same as the document it is updating,
257260and the major version number MUST be incremented by 1.
0 commit comments