# Architecture Decision Records

This directory holds pyvista-js's [Architecture Decision Records (ADRs)](https://adr.github.io/madr/),
recorded using the [MADR 4.0.0](https://github.com/adr/madr/tree/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`](adr-template.md) to `NNNN-your-title-with-dashes.md`
and fill in the sections. See [ADR-0000](0000-use-markdown-architectural-decision-records.md) for a
worked example.

```{toctree}
:maxdepth: 1
:hidden:

0000-use-markdown-architectural-decision-records
```
