mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 07:11:18 -07:00
Documenting ADR Process ADR (#108)
* Adding ADR for updated project board-based ADR process. Issue here: https://github.com/usds/justice40-tool/issues/76
This commit is contained in:
parent
9ea0f946eb
commit
96fb0e8805
3 changed files with 114 additions and 0 deletions
1
docs/decisions/0006-files/adr_diagram-mmd.svg
Normal file
1
docs/decisions/0006-files/adr_diagram-mmd.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 21 KiB |
15
docs/decisions/0006-files/adr_diagram.mmd
Normal file
15
docs/decisions/0006-files/adr_diagram.mmd
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue