mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
* Adding ADR for updated project board-based ADR process. Issue here: https://github.com/usds/justice40-tool/issues/76
15 lines
No EOL
596 B
Text
15 lines
No EOL
596 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 |