Sylius/adr/_readme.md

4 lines
315 B
Markdown

Conventions for ADRs:
- The filename uses lowercase and underscores. This is a balance of readability and system usability.
- The filename contains the creation date and the related topic. The format is `YYYY_MM_DD_topic.md`.
- The content follows the ADR template specified at `_template.md` in this directory.