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
* draft language for common CIP element name + delimiter
* changed pipe char in table to use code tags + entity code
* reverting | to - for common subject delimiter
* minor change to make language more objective
-[2.a. Triage in bi-weekly meetings](#2a-triage-in-bi-weekly-meetings)
@@ -92,7 +93,7 @@ Each CIP must begin with a YAML key:value style header preamble (also known as _
92
93
Field | Description
93
94
--- | ---
94
95
`CIP` | The CIP number (without leading 0), or "\?" before being assigned
95
-
`Title` | A succinct and descriptive title
96
+
`Title` | A succinct and descriptive title. If necessary, use a `-` delimiter to begin with an applicable classification (see [Naming CIPs with similar subjects](#naming-cips-with-similar-subjects)).
96
97
`Status` | Proposed \| Active \| Inactive (.._reason_..)
97
98
`Category` | One of the registered [categories](#categories) covering one area of the ecosystem.
98
99
`Authors` | A list of authors' real names and email addresses (e.g. John Doe <[email protected]>)
@@ -284,6 +285,13 @@ Proposals must be submitted to the [cardano-foundation/CIPs][Repository] reposit
284
285
285
286
> **Note** Proposals addressing a specific CPS should also be listed in the corresponding CPS header, in _'Proposed Solutions'_, to keep track of ongoing work.
286
287
288
+
###### Naming CIPs with similar subjects
289
+
290
+
When a CIP title *and* subject matter share a common element, begin the CIP title with that common element and end it with the specifc portion, delimited with the `-` character. Example (CIP-0095):
291
+
292
+
> *Web-Wallet Bridge **-** Governance*
293
+
294
+
CIP editors will help determine these common elements and, whenever necessary, rename both CIP document titles and PR titles accordingly. The objective is to provide commonly recognisable names for similar developments (e.g. multiple extensions to another CIP or scheme).
0 commit comments