Nat Pryce
Nat Pryce
Good idea, but I would appreciate some tests to help me keep it working in the future
Sounds like a good idea. Not sure about precedence. I think for safety, it should be an error (or at least a highly visible warning) if the environment variable is...
Thinking about this some more. Yes, an ADR_DIR environment variable sounds like a good idea (although I worry about environment variable name clash... is the name used by any other...
I'm torn... I can see one way being error prone. And the other way being unusual (and therefore error prone in different ways). A design goal is that all project...
I think the rules should be the following pseudocode: ``` if ADR_DIR is set if .adr-exists and the contents is different than $ADR_DIR or the directory doc/adr exists and $ADR_DIR...
This can easily be implemented by adding logic to the _adr_dir script.
This is not as easy as I first thought. Some commands treat the status "Accepted" as a special case (e.g. `adr-new` with the `-s` option). They would have to be...
At the moment it’s free-form apart from apart from Accepted and Superceded On Thu, 17 Jan 2019 at 11:30, simkimsia wrote: > Out of curiosity, how many states are there...
At the moment there’s no hook in the tool itself. However, you could build a wrapper script that calls `adr init` and then modifies the first adr or overwrites it.
I could ask Michael Nygard if it would be ok to include the article text in the first ADR. On Thu, 17 Jan 2019 at 09:47, Stephan L wrote: >...