j40-cejst-2/docs/decisions/0003-files/adr_process.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

12 lines
356 B
Text

graph TB
Draft -- ADR Pull Request Written --> Proposed
Proposed -- Emailed --> C{Consensus}
C --> |Yes| Merged
C --> |No| A{Concerns Addressed?}
A --> |Yes| Merged
A --> |No| Discussion
Discussion --> O{Voting Outcome}
O --> |Accepted| Merged
O --> |Rejected| Merged
Merged --> U[Update other Issues]
U-->Close