Skip to content

Commit

Permalink
chore: added links, clarified order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Sep 10, 2024
1 parent e145f90 commit b6d85d9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
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 by creating a proposal in
agoric-sdk/a3p-integration. See the README there for more details
agoric-sdk/a3p-integration. See the
[README](https://github.com/Agoric/agoric-sdk/blob/master/a3p-integration/README.md) for more details

2. Submit a PR to this repo in which the proposal has a _pending_ name (e.g. `a:my-contract`)

Expand All @@ -14,6 +15,8 @@ Each proposal to Mainnet (agoric-3) should be contributed to this repo before be
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)

6. Remove the proposal from a3p-integration. Move generally useful tools to synthetic-chain
here. Move tests that should continue to pass afterwards into a3p-integration/z:acceptance
6. clean up a3p-integration
a. Move generally useful tools to the `@agoric/synthetic-chain` package.
b. Move tests that should continue to pass afterwards into a3p-integration/z:acceptance
c. Remove the proposal from a3p-integration.

0 comments on commit b6d85d9

Please sign in to comment.