mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
* Configure and run `black` and other pre-commit hooks Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>
15 lines
593 B
Text
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
|