log4brains icon indicating copy to clipboard operation
log4brains copied to clipboard

✍️ Log and publish your architecture decisions (ADR)

Results 58 log4brains issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Description links in index.html does not contain `.html` suffix, but generated html files has. ## Steps to Reproduce ``` log4brains build -o public ``` ## Expected...

bug

I had no trouble setting up a new project and creating ADRs without installing globally.

waiting for feedback

# Bug Report Great project, thanks for your work! I am trying to run log4brains in Docker and I encounter the following. If I have time I will try to...

bug

# Bug Report ## Description When templates do not exist, the `--from` flag is ignored, and an error is thrown. ## Steps to Reproduce See the [sample repository](https://github.com/BearAlliance/log4brains-resolver-example) 1. Delete...

bug

# Feature Request ## Feature Suggestion Log4brains should be able to serve local images that are displayed in the markdown files. ## Possible Implementation Have a look at [next/image](https://nextjs.org/docs/api-reference/next/image)

feature

# Feature Request ## Feature Suggestion For now, the default directory for ADRs is `docs/adr`, because it was commonly documented like this: - https://adr.github.io/madr/ - https://github.com/joelparkerhenderson/architecture_decision_record But @joelparkerhenderson recently gave...

feature
good first issue
next

Hi, I've made a little thing really quickly. I open a PR not to be merged as it, but to start discussion about my early work, just to know if...

needs work

# Bug Report ## Description After some edit to adr file and save no reload is in place to see the page updated, i have to manually reload the page...

bug

# Bug Report ## Description On the first invocation of `log4brains build` after adding a new ADR markdown doc, an HTML version of that doc is not created in the...

bug

# Feature Request ## Feature Suggestion This is working: ```markdown - Status: superseded by [20201016-use-the-adr-slug-as-its-unique-id](20201016-use-the-adr-slug-as-its-unique-id.md) ``` This is not working: ```markdown - Status: superseded by [custom name](20201016-use-the-adr-slug-as-its-unique-id.md) ``` -> Let's...

feature
good first issue