-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
70 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Adding a proposal | ||
|
||
Each proposal to Mainnet (agoric-3) should be contributed to this repo before being proposed to the chain. | ||
|
||
1. Prepare the proposal and verify it running locally | ||
2. Submit a PR to this repo in which the proposal has a _pending_ name (e.g. `a:my-contract`) | ||
3. Get review and merge to main | ||
4. When the proposal has been further qualified with higher fidelity to Mainnet, submit to Mainnet | ||
5. When the proposal passes, submit a PR here converting the pending proposal to a passed one (by changing the letter to the submission number) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters