Architecture Decision Records#
This directory holds pyvista-js’s Architecture Decision Records (ADRs), recorded using the MADR 4.0.0 format.
Architecturally significant decisions — whether they concern the architecture, the code, or tooling —
are captured here so that the why behind a decision is preserved alongside the code it governs.
Records travel through the same review/PR flow as code and use the NNNN-title-with-dashes.md
filename convention so they stay discoverable and sortable.
To add a new record, copy adr-template.md to NNNN-your-title-with-dashes.md
and fill in the sections. See ADR-0000 for a
worked example.