@@ -82,6 +82,10 @@ These are available to multiple data types, as specified in each respective sect
8282 - ` true ` indicates the slug to reach the howto is consistent with the folder and filename of the current file
8383 - A string value indicates an exact slug
8484 - * This should currently be avoided until the informative documentation is revisited*
85+ - ` issueLabel ` - Optional string; specifies the issue label corresponding to a provision
86+ - This is only necessary when the label does not match the provision's title, e.g. if a provision is renamed after it was first published
87+ - Excludes the "P - " prefix
88+ - It may help to think of this as a "legacy title" field
8589- ` status ` - Optional string: one of the status indicators outlined in the Explainer (in lowercase)
8690- ` title ` - Optional title of the guideline, requirement, or term
8791 - If unspecified, this will be derived from the slug,
@@ -103,15 +107,15 @@ Represents each fourth-level heading that multiple provisions (requirements/asse
103107are listed under. Each guideline is defined in a Markdown file, with its child
104108provisions located in a subdirectory with the same name.
105109
106- - Supports [ common fields] ( #common-fields ) : ` children ` , ` howto ` , ` status ` , ` title `
110+ - Supports [ common fields] ( #common-fields ) : ` children ` , ` howto ` , ` issueLabel ` , ` status ` , ` title `
107111 - ` status ` for guidelines is optional, limited to ` developing ` , ` refining ` , ` mature `
108112- No additional unique fields
109113
110114#### Provisions
111115
112116Represents each fifth-level heading specifying an individual requirement or assertion.
113117
114- - Supports [ common fields] ( #common-fields ) : ` howto ` , ` status ` , ` title `
118+ - Supports [ common fields] ( #common-fields ) : ` howto ` , ` issueLabel ` , ` status ` , ` title `
115119 - ` status ` for requirements and assertions defaults to ` exploratory ` if not specified
116120- ` needsAdditionalResearch ` - Optional boolean, indicating whether to
117121 display a "needs additional research" editor's note
0 commit comments