Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Abu Usama <[email protected]>
  • Loading branch information
heueristik and pythonpete32 authored Oct 23, 2023
1 parent c726cb7 commit b701610
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flowchart TD
subgraph implementation[Implementation]
%% Standard Checks
bumpProtocolVersion[["<a href='../03-sub-processes/01-protocol-version.md'>Bump protocol version</a>"]]
bumpProtocolVersion[["<a href='https://github.com/aragon/osx/blob/develop/packages/contracts/docs/developer-portal/04-framework-lifecycle/04-sub-processes/01-protocol-version.md'>Bump protocol version</a>"]]
isBaseChange{"is base imple- \n mentation change?"}
%% Actions
Expand All @@ -25,13 +25,14 @@ flowchart TD
end
implementation ==> testing[[<a href='../03-sub-processes/03-testing.md'>Testing</a>]]
implementation ==> testing[[<a href='https://github.com/aragon/osx/blob/develop/packages/contracts/docs/developer-portal/04-framework-lifecycle/04-sub-processes/03-testing.md'>Testing</a>]]
testing ==> docs[[<a href='https://github.com/aragon/osx/blob/develop/packages/contracts/docs/developer-portal/04-framework-lifecycle/04-sub-processes/04-documentation.md'>Documentation</a>]]
testing ==> docs[[<a href='../03-sub-processes/04-documentation.md'>Documentation</a>]]
docs ==> deployment
subgraph deployment[Deployment]
deployContract[[<a href='../03-sub-processes/04-deployment.md'>standard deployment process</a>]]
deployContract[[<a href='https://github.com/aragon/osx/blob/develop/packages/contracts/docs/developer-portal/04-framework-lifecycle/04-sub-processes/05-deployment.md'>standard deployment process</a>]]
deployContract --> managingDaoProposal
subgraph managingDaoProposal["Managing DAO Proposal"]
Expand All @@ -53,7 +54,7 @@ flowchart TD
affectsApp -->|yes| appUpdate --> announceUpdate
affectsApp -->|no| announceUpdate
announceUpdate[["<a href='../04-sub-processes/06-aragon-update.md'>announce Aragon update</a>"]]
announceUpdate[["<a href='https://github.com/aragon/osx/blob/develop/packages/contracts/docs/developer-portal/04-framework-lifecycle/04-sub-processes/06-aragon-update.md'>announce Aragon update</a>"]]
announceUpdate
end
Expand Down

0 comments on commit b701610

Please sign in to comment.