diff --git a/docs/adr/0000-template.md b/docs/adr/0000-template.md new file mode 100644 index 000000000..34612b3e0 --- /dev/null +++ b/docs/adr/0000-template.md @@ -0,0 +1,55 @@ +# ADR-NNNN: + +- **Status:** accepted +- **Date:** YYYY-MM-DD (PR merge date) +- **Version:** vX.Y.Z +- **PR:** [#NNNN](https://github.com/corazawaf/coraza/pull/NNNN) +- **Issue(s):** [#MMMM](https://github.com/corazawaf/coraza/issues/MMMM) — or "No linked issue" +- **Deciders:** @author, @reviewer1, @reviewer2 +- **Category:** Feature | Parity | Perf | Refactor + +## Context and Problem + +Why the change was needed. Quote from the issue or PR body where possible. + +## Decision Drivers + +- driver 1 +- driver 2 + +## Considered Options + +- option A +- option B + +## Decision Outcome + +Chosen: **