adr-tools icon indicating copy to clipboard operation
adr-tools copied to clipboard

Command-line tools for working with Architecture Decision Records

Results 71 adr-tools issues
Sort by recently updated
recently updated
newest added

@npryce @npryce-springer are you still maintaining this tool? Do you want or need help with reviewing & merging pull requests? I am noticing a steady influx of unaddressed PRs. I...

Comments out guideline text to avoid removing it or commenting out when writing a new ADR 😅

Hello, One thing I'd like to do is synchronize ADRs in git repos with documentation published in Confluence. To that end, I'd like to use this project: https://github.com/kovetskiy/mark, which requires...

Building on droopy4096 pull request which adds the ability to move a record, this update also renames all the other records to keep them ordered. Added support for GNU and...

http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions now redirects to https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions Suggest the initial template URL is updated to the HTTPS URL.

Currently there's no way to rename existing ADRs with subsequent re-linking. This should add missing functionality. For example to move ADR `#123` to `#125`: ```shell adr move 123 125 ```

Having the log ToC in reverse order is desireable, that way I can travel backwards in time scrolling down and have the most recent additions immediately at my fingertips.

Doing an `adr init` with a path that has spaces in it fails; then uses the default. ``` :~$ mkdir path\ with\ spaces :~$ cd path\ with\ spaces/ :~/path with...

bug
help wanted

Update URL to ADR blog