diff --git a/docs/architecture/README.md b/docs/architecture/README.md index 7bbfa6f7f5..7c75babd58 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -20,3 +20,9 @@ it stands today. If recorded decisions turned out to be lacking, convene a discussion, record the new decisions here, and then modify the code to match. Note the context/background should be written in the present tense. + +Please add a entry below in your Pull Request for an ADR. + +### ADR Table of Contents + +- [ADR-002-Docs-Structure](./adr-002-docs-structure.md) diff --git a/docs/_architecture/adr-002-docs-structure.md b/docs/architecture/adr-002-docs-structure.md similarity index 100% rename from docs/_architecture/adr-002-docs-structure.md rename to docs/architecture/adr-002-docs-structure.md