mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 12:01:17 -07:00
As a repo contributor, I want to understand how large decisions are made, so that I can contribute to making them myself (#46)
* Cleaning up 0002 decision * Fixes issue #35 - As a repo contributor, I want to understand how large decisions are made, so that I can contribute to making them myself * Add changes * fixing link * removing adr-tools reference per review comments Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
54fa016af1
commit
7ffb8cf2e9
20 changed files with 139 additions and 10 deletions
1
docs/decisions/0003-files/adr_process-mmd.svg
Normal file
1
docs/decisions/0003-files/adr_process-mmd.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 17 KiB |
12
docs/decisions/0003-files/adr_process.mmd
Normal file
12
docs/decisions/0003-files/adr_process.mmd
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue