j40-cejst-2/docs/decisions/0006-files/adr_diagram.mmd
Lucas Merrill Brown 6e6223cd5e
Issue 105: Configure and run black and other pre-commit hooks (clean branch) (#1962)
* Configure and run `black` and other pre-commit hooks

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>
2022-10-04 18:08:47 -04:00

15 lines
593 B
Text

graph TB
Start -- Create Issue with ADR Template --> DR["Draft"]
DR --> RD{"Ready for Discussion?"}
RD --> |Yes - Maintainer Adds Ready for Discussion label| DI["In Discussion"]
RD --> |No - Iterate| DR
DI -- Discuss in Ticket + wait for comment period to expire --> C{Consensus}
C --> |Yes| PR["Pull Request"]
C --> |No| A{Concerns Addressed?}
A --> |Yes| PR
A --> |No| IP["In Person Discussion"]
IP --> O{Voting Outcome}
O --> |Accepted - add label | PR
O --> |Rejected - add label | PR
PR --> PRP["Standard PR Process"]
PRP --> Close