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:
Nat Hillard 2021-05-13 22:22:42 -04:00 committed by GitHub
commit 7ffb8cf2e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 139 additions and 10 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

View 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