-
Notifications
You must be signed in to change notification settings - Fork 4
How to create a governance proposal
Ramon Recuero edited this page Jun 13, 2022
·
1 revision
Here are the steps to create a governance proposal:
- Close an existing document
- Finish the doc and make sure it is viewable by anyone with the link.
- Create the proposal on chain with tally and grab the proposal id.
- Add the proposalId and name to the config file in the dapp and redeploy so it appears on the heart.
- Add the proposalId to the defender secret
ACTIVE_PROPOSALS
here. - Create a channel in discord and post the TLDR of the proposal with a link to the doc
- Mention it in the #governance discord channel.
- Add it to the list of proposals in the docs.
Once it executes:
- Execute it on withTally.
- Post the tx hash in the discord bip channel.
- Update the governance discord channel.
- Update the governance docs.