πŸ—οΈState Update Proposals

Standards for proposals to update the All In For Sport DAO state

The State Update Proposal Standard is currently in development and will be included in the first draft of the DAO state repository.

Once finished, this proposal standard can be replicated in Clarity using a snippet to aid proposal development.

This is a specialized standard governing the content of proposals submitted to AIFS governance requesting changes or additions to the DAO's policies, permissions roster or governance procedures.

Proposal Requirements

In addition to the standard proposal requirements, DAO state update proposals must meet the following requirements.

If your proposal does not comply with these requirements, you'll be asked to update your proposal to ensure compliance before submitting for consideration by the DAO.

  • A link to the GitHub Pull Request or GitBook Change Request containing the proposed changes. This is used by the governance team to commit your changes if the proposal passes.

  • Amendment Text (amendmentText) The full text of the proposed change, including any text replaced or removed. You can include any removed text using a quote (> removed text) for full paragraphs, or a strikethrough (~~removed text~~) for inline text like words and sentences.

  • Author's Intention (amendmentIntention) Describe your intention for making the change request, including the outcome you hope to achieve. This helps to others to better interpret the DAO state language.

Proposal Formatting

Proposals should be formatted in an organized manner in order to provide easy reading and comprehension for your fellow DAO members. It is recommended that you use the following format to present your proposal to DAO governance:

Proposal Model

proposalNumber: proposalTitle

proposalDescription

Proposed by: proposalAuthor

Change Request Link

Summary

proposalSummary

Proposed Changes

amendmentText

Intention

amendmentIntention

Example Proposal

TBD - First state update proposal to be used as example

Proposal Templates

Preformatted templates are available for DAO members who wish to author their own proposals. Alternatively, you can contact the governance team for assistance with the creation and submission of your proposal.

Most governance tooling (such as Snapshot, Discourse, Station, etc.) uses Markdown for text input. Markdown can be edited in any text editor, or you can use an advanced editor like VS Code to check for spelling and formatting errors before publication.

Generic Markdown
# proposalNumber: proposalTitle

proposalDescription

Proposed by: proposalAuthor

**[Change Request Link](changeRequestUrl)**

## Summary

proposalSummary

## Proposed Changes

amendmentText

## Intention

amendmentIntention

How to Use Proposal Templates

You can use these templates to create your own proposals using this format by following the instructions below.

  1. Prepare your proposal content using the requirements listed above.

  2. Copy the relevant proposal template and paste the into your preferred text editor (VS Code, Notion, Snapshot, Station, etc).

  3. Replace the element placeholders (such as proposalTitle) with your proposal content.

  4. Copy and paste the completed proposal into your destination (Snapshot, Station, Discord, Notion, etc).

You can use this snippet to draft your proposal in Clarity. If you're creating a proposal as part of a task or project, you can use this template instead.

Last updated