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: specs/generators/pages/signed_doc/voting_process/proposals_templates_and_discovery.md.jinja
+19-9Lines changed: 19 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,31 @@ order: 2
8
8
9
9
## Abstract
10
10
11
-
Shows how Proposal documents relate to their Templates, how submission state is determined, and how all artifacts are discovered and validated in a decentralized pub/sub network.
11
+
Shows how Proposal documents relate to their Templates, how submission state is determined,
12
+
and how all artifacts are discovered and validated in a decentralized pub/sub network.
12
13
13
14
## Documents and Roles
14
15
15
-
- Proposal: the authored content. See: [Proposal](../docs/proposal.md).
16
-
- Proposal Form Template: defines schema and form hints. See: [Proposal Form Template](../docs/proposal_form_template.md).
- A Proposal references a Proposal Form Template via `metadata.template` and a system parameters anchor via `metadata.parameters`.
23
-
- The template’s own `parameters` must transitively align to the same Brand/Campaign/Category chain. See: [Parameters metadata](../metadata.md#parameters).
24
-
- A Proposal Submission Action references the Proposal via `metadata.ref` and repeats `metadata.parameters`, linked to `ref` for consistency.
25
-
- Multiple collaborators may exist; all listed collaborators must submit equivalent `final` actions to be considered final by the deadline.
25
+
* A Proposal references a Proposal Form Template via [`metadata.template`](../metadata.md#template)
26
+
and a system parameters anchor via [`metadata.parameters`](../metadata.md#parameters).
27
+
* The template’s own [`parameters`](../metadata.md#parameters) must transitively align to the
28
+
same Brand/Campaign/Category chain.
29
+
* A Proposal Submission Action references the Proposal via `metadata.ref` and repeats `metadata.parameters`,
30
+
linked to `ref` for consistency.
31
+
* Multiple collaborators may exist; all listed collaborators must submit equivalent `final`
32
+
actions to be considered final by the deadline.
33
+
34
+
The Deadline for a Proposal to be Final will be defined in the applicable parameters document(s),
0 commit comments