endjin / dotnet-adr

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

Allow adr template to be stored locally instead of using a Nuget Package #217

Closed akselkvitberg closed 5 months ago

akselkvitberg commented 5 months ago

This PR introduces a usability improvement to by allowing users to specify custom ADR templates directly through the adr.config.json file, as an alternative to the Nuget package package workflow.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

HowardvanRooijen commented 5 months ago

Hi! Thanks very much for this - a nice additional feature. Just trying to resolve an issue with the build to approve this PR - can you resync your fork with the upstream changes and update the PR with the changes in main?

HowardvanRooijen commented 5 months ago

Ignore me - that's updated fine. Thanks again!