You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A set of architectural decision records is a architectural decision log. See first paragraph at https://adr.github.io/.
Therefore, all TOCs in the cli.js should be replaced with LOG:
E.g.,
The markdown file to contain the table of contents,
If no <file> file is specified, a index.md file containing the TOC is created in the given directory.
should change to
The markdown file to contain the decision log,
If no <file> file is specified, a index.md file containing the LOG is created in the given directory.
The text was updated successfully, but these errors were encountered:
A set of architectural decision records is a architectural decision log. See first paragraph at https://adr.github.io/.
Therefore, all TOCs in the cli.js should be replaced with LOG:
E.g.,
should change to
The text was updated successfully, but these errors were encountered: