Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CONTRIBUTING with details on release process #180

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@

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
1. Prepare the proposal and verify it by creating a proposal in
turadg marked this conversation as resolved.
Show resolved Hide resolved
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`)

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)

5. When the proposal passes, submit a PR here converting the pending proposal to a passed one (by
turadg marked this conversation as resolved.
Show resolved Hide resolved
changing the letter to the submission number)

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.

Loading