Governor Proposal Descriptions Standards
Ever since Compound Governor Alpha, Governor proposals have had an onchain, human-readable `description` field. Governor frontends like Tally, Compound and others follow this de-facto standard:
Proposal descriptions should be markdown text.
The first line of the description, regardless of format, is the title.
Everything after the first newline is the body of the proposal. Frontends should render it as markdown.
If a proposal description doesn’t follow this standard, Tally’s frontend will make a best-effort to render it, but it might not appear as intended.
Last updated
Was this helpful?