endjin / dotnet-adr

A cross platform .NET Global Tool for creating and managing Architectural Decision Records (ADRs).
https://endjin.com
Apache License 2.0
82 stars 10 forks source link

Implemented a simplified gitops way to manage ADRs #228

Open daneel3001 opened 2 months ago

daneel3001 commented 2 months ago

Hello

New user of this very useful tool. Were there discussions to facilitate collaboration through gitops ?

I see this could be useful:

HowardvanRooijen commented 2 months ago

I love all these ideas, and I'm kinda kicking myself that I didn't think of them myself.

I'm not entirely sure what you mean when you say "collaboration through GitOps" - but one of the core features of ADRs that we love is that they stay next to the code... which means if you're working on a new feature in a new branch, new / updated ADRs are also in that branch as part of the design / implementation process... once the PR is approved and merged in, the new ADRs are also merged in / updated and the state of the design documents continue to reflect the state of the solution.