From bdc63db22af705c2172b192ef5e4bb3924d2adec Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 23 Nov 2023 10:19:32 -0600 Subject: [PATCH] added :::tip to templates --- docs/articles/governance/Proposals/templates.en.mdx | 12 ++++++++---- docs/articles/governance/voting.md | 10 ++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/articles/governance/Proposals/templates.en.mdx b/docs/articles/governance/Proposals/templates.en.mdx index 8870b23..7f1d039 100644 --- a/docs/articles/governance/Proposals/templates.en.mdx +++ b/docs/articles/governance/Proposals/templates.en.mdx @@ -6,6 +6,7 @@ The Evmos Governance Framework allows for various different types of proposals, All proposals must include the following **Proposal Components**. +:::tip

**Title** - Short and sweet, with the [correct tags](/governance/proposals/definitions#proposal-phase--identification-tags) prefixed.

**Author(s)** - List of authors and contributors involved in the writing of the proposal.

@@ -15,9 +16,11 @@ All proposals must include the following **Proposal Components**.

**Abstract** - Abstract is a multi-sentence (short paragraph) technical summary. This should be a very terse and human-readable version of the motivation and specification sections. Someone should be able to read only the abstract to get the gist of what this specification does.

**Motivation** - The motivation section should describe the "why" of this proposal. What problem does it solve? What benefit does it provide to the Evmos network?

+::: ## B. Project/Protocol Introduction +:::tip

Project / Initiative Specification


@@ -40,9 +43,10 @@ List all the achievements you have managed to accomplish so far, and the obstacl
  • Long Term Goals (12+ months)
  • Success Metrics and/or KPIs to measure the growth of your project
  • +::: ## C. Funding Request - +:::tip

    Fund Utilization and Distribution


    @@ -82,10 +86,10 @@ If at any point the community believes that the Marketing Workstream is not fulf

    Closing Statements

    Final thoughts and details that you wish to convey to the community. - +::: ## D. Workstreams & Special Initiatives - +:::tip Anyone may start a workstream and gather momentum behind it by posting on Commonwealth. For more information on Workstream proposals, refer to [this section](/governance/proposals/definitions#workstream--special-initiatives). @@ -128,7 +132,7 @@ If the workstream was previously working informally, what did it achieve? If goi

    Total Budget

    What amount is required for the workstream to achieve the initial target, and how will it be spent? - +::: ## F. Protocol (ParamChange) Proposals Refer to the [official Evmos documentation](https://docs.evmos.org/users/governance/param_change.html) for protocol and `ParamChange` proposals. \ No newline at end of file diff --git a/docs/articles/governance/voting.md b/docs/articles/governance/voting.md index a5f27aa..a75b71c 100644 --- a/docs/articles/governance/voting.md +++ b/docs/articles/governance/voting.md @@ -6,10 +6,12 @@ The voting period is currently a fixed 5-day period. During the voting period, p ## Voting Options -1. **`Abstain`**: indicates that the voter is impartial to the outcome of the proposal. -2. **`Yes`**: indicates approval of the proposal in its current form. -3. **`No`**: indicates disapproval of the proposal in its current form. -4. **`NoWithVeto`**: indicates stronger opposition to the proposal than simply voting `No`. If the number of `NoWithVeto` votes is greater than a third of total votes excluding `Abstain` votes, the proposal is rejected and the deposits are [burned](#burned-deposits). +
      +
    1. 1. **`Abstain`**: indicates that the voter is impartial to the outcome of the proposal.
    2. +
    3. 2. **`Yes`**: indicates approval of the proposal in its current form.
    4. +
    5. 3. **`No`**: indicates disapproval of the proposal in its current form.
    6. +
    7. 4. **`NoWithVeto`**: indicates stronger opposition to the proposal than simply voting `No`. If the number of `NoWithVeto` votes is greater than a third of total votes excluding `Abstain` votes, the proposal is rejected and the deposits are [burned](#burned-deposits).
    8. +
    Voting `NoWithVeto` provides a mechanism for a minority group representing a *third* of the participating voting power to reject a proposal that would otherwise pass. This makes explicit an aspect of the consensus protocol: it works as long as only up to [a third of nodes fail](https://docs.tendermint.com/v0.35/introduction/what-is-tendermint.html). In other words, greater than a third of validators are always in a position to cause a proposal to fail outside the formalized governance process and the network's norms, such as by censoring transactions. The purpose of internalizing this aspect of the consensus protocol into the governance process is to discourage validators from relying on collusion and censorship tactics to influence voting outcomes.