gitextract_2a7geaq3/ ├── CITATION.cff ├── CODE_OF_CONDUCT.md ├── LICENSE.md ├── README.md └── locales/ ├── cy/ │ ├── .locale-peer-id │ ├── nogfennau/ │ │ ├── .locale-peer-id │ │ ├── awgrymiadau-ar-gyfer-ysgrifennu-adrs-da/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── beth-yw-cofnod-penderfyniad-pensaernïaeth/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── canllawiau-i-gyflawni-penderfyniadau-cynaliadwy/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── confensiynau-enw-ffeil/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── cwestiynau-gwaith-tîm-ar-gyfer-adrau/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── cyngor-gwaith-tîm-ar-gyfer-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── meini-prawf-cynaliadwyedd-penderfynu/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── proses-cofnodion-penderfynol-pensaernïol-aws/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── sut-i-ddechrau-defnyddio-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── sut-i-ddechrau-defnyddio-adrs-gyda-git/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ └── sut-i-ddechrau-defnyddio-adrs-gydag-offer/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── templedi/ │ ├── .locale-peer-id │ ├── index.md │ ├── templed-cofnod-penderfyniad-ar-gyfer-achos-busnes/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── templed-cofnod-penderfyniad-ar-gyfer-patrwm-alecsandraidd/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── templed-cofnod-penderfyniad-gan-edgex/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── templed-cofnod-penderfyniad-gan-jeff-tyree-and-art-akerman/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── templed-cofnod-penderfyniad-gan-michael-nygard/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── templed-cofnod-penderfyniad-gan-planguage/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── templed-cofnod-penderfyniad-y-prosiect-madr/ │ ├── .locale-peer-id │ └── index.md ├── en/ │ ├── .locale-peer-id │ ├── documents/ │ │ ├── .locale-peer-id │ │ ├── aws-adr-process/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── decision-sustainability-criteria/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── file-name-conventions-for-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── fitness-functions-for-decisions-as-code/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── guidelines-to-achieve-sustainable-decisions/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── how-to-start-using-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── how-to-start-using-adrs-with-git/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── how-to-start-using-adrs-with-tools/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── suggestions-for-writing-good-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── teamwork-advice-for-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── teamwork-questions-for-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ └── what-is-an-architecture-decision-record/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── examples/ │ │ ├── .locale-peer-id │ │ ├── 4-day-work-week/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── agile-software-development/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── amazon-web-services/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── api-using-json-v-grpc/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── authentication-authorization-options/ │ │ │ └── index.md │ │ ├── browser-automation-framework-for-e2e-testing-playwright-vs-selenium/ │ │ │ └── index.md │ │ ├── chart-library-toolkit-for-data-visualization-using-typescript-and-json/ │ │ │ └── index.md │ │ ├── choosing-a-database-technology/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── continuous-integration/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── css-framework/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── docker-swarm-container-orchestration/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── environment-variable-configuration/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── go-programming-language/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── google-cloud-platform/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── high-trust-teamwork/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── index.md │ │ ├── java-programming-language/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── kubernetes-container-orchestration/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── metrics-monitors-alerts/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── microsoft-azure-cloud-infrastructure/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── microsoft-azure-devops/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── monorepo-vs-multirepo/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── mysql-database/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── postgresql-database/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── programming-code-editors/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── programming-languages/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── python-django-framework/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── python-programming-language/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── react-front-end-javascript-library/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── ruby-on-rails-framework/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── rust-programming-language/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── secrets-storage/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── snake-case-v-camelcase-for-a-rest-api/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── svelte-components/ │ │ │ └── index.md │ │ ├── svelte-front-end-javascript-library/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── sveltekit-framework/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── tailwind-css/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── timestamp-format/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── vue-front-end-javascript-library/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── web-application-framework-batteries-included-full-stack-for-a-startup-product/ │ │ │ └── index.md │ │ └── work-from-home/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── templates/ │ ├── .locale-peer-id │ ├── decision-record-template-by-arc42/ │ │ ├── LICENSE.md │ │ └── index.md │ ├── decision-record-template-by-edgex/ │ │ ├── .locale-peer-id │ │ ├── LICENSE.md │ │ └── index.md │ ├── decision-record-template-by-gareth-morgan/ │ │ ├── README.md │ │ └── index.md │ ├── decision-record-template-by-gig-cymru-nhs-wales/ │ │ └── index.md │ ├── decision-record-template-by-jeff-tyree-and-art-akerman/ │ │ ├── .locale-peer-id │ │ ├── LICENSE-WIP.md │ │ └── index.md │ ├── decision-record-template-by-michael-nygard/ │ │ ├── .locale-peer-id │ │ ├── LICENSE.md │ │ └── index.md │ ├── decision-record-template-for-alexandrian-pattern/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── decision-record-template-for-business-case/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── decision-record-template-of-the-madr-project/ │ │ ├── .locale-peer-id │ │ ├── LICENSE.md │ │ └── index.md │ ├── decision-record-template-using-planguage/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── index.md ├── es/ │ ├── .locale-peer-id │ ├── documentos/ │ │ ├── .locale-peer-id │ │ ├── consejo-de-trabajo-en-equipo-para-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── convenciones-de-nombre-de-archivo/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── criterios-de-sostenibilidad-de-decisión/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── cómo-comenzar-a-usar-adr-con-git/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── cómo-comenzar-a-usar-adr-con-herramientas/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── cómo-comenzar-a-usar-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── directrices-para-lograr-decisiones-sostenibles/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── proceso-de-registros-de-decisiones-arquitectónicas-de-aws/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── qué-es-un-registro-de-decisión-de-arquitectura/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ └── sugerencias-para-escribir-buenos-adr/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── plantillas/ │ ├── .locale-peer-id │ ├── index.md │ ├── plantilla-de-registro-de-decisión-de-edgex/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── plantilla-de-registro-de-decisión-de-jeff-tyree-y-art-akerman/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── plantilla-de-registro-de-decisión-de-michael-nygard/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── plantilla-de-registro-de-decisión-del-proyecto-madr/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── plantilla-de-registro-de-decisión-para-caso-de-negocio/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── plantilla-de-registro-de-decisión-para-el-patrón-alejandrino/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── plantilla-de-registro-de-decisión-usando-planguage/ │ ├── .locale-directory-name-en.txt │ ├── .locale-peer-id │ └── index.md ├── fr/ │ ├── .locale-peer-id │ ├── documents/ │ │ ├── .locale-peer-id │ │ ├── comment-commencer-à-utiliser-les-adr/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── comment-commencer-à-utiliser-les-adr-avec-des-outils/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── comment-commencer-à-utiliser-les-adr-avec-git/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── conseils-de-travail-déquipe-pour-les-adr/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── conventions-de-noms-de-fichiers/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── critères-de-durabilité-de-décision/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── lignes-directrices-pour-atteindre-des-décisions-durables/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── processus-des-dossiers-de-décision-architecturale-aws/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── quest-ce-quun-dossier-de-décision-darchitecture/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ └── suggestions-pour-écrire-de-bonnes-adr/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── modèles/ │ ├── .locale-peer-id │ ├── index.md │ ├── modèle-denregistrement-de-décision par jeff-tyree-et-art-akerman/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── modèle-denregistrement-de-décision pour-lanalyse-de-rentabilisation/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── modèle-denregistrement-de-décision utilisant-plangage/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── modèle-denregistrement-de-décision-du-projet-madr/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── modèle-denregistrement-de-décision-par michael-nygard/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── modèle-denregistrement-de-décision-par-edgex/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── modèle-denregistrement-de-décision-pour-le modèle-alexandrin/ │ ├── .locale-peer-id │ └── index.md ├── index.md ├── ja/ │ ├── .locale-peer-id │ ├── テンプレート/ │ │ ├── .locale-peer-id │ │ ├── EdgeX Foundryによる意思決定記録テンプレート/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── Jeff TyreeとArt Akermanによる意思決定記録テンプレート/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── Michael Nygard による意思決定記録テンプレート/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── Planguageを使用した意思決定記録テンプレート/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── index.md │ │ ├── madrプロジェクトの意思決定記録テンプレート/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── アレクサンドリアパターンの意思決定記録テンプレート/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ └── ビジネスケース用意思決定記録テンプレート/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── ドキュメント/ │ │ ├── .locale-peer-id │ │ ├── aws-adr-process/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── decision-sustainability-criteria/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── file-name-conventions-for-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── guidelines-to-achieve-sustainable-decisions/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── how-to-start-using-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── how-to-start-using-adrs-with-git/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── how-to-start-using-adrs-with-tools/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── suggestions-for-writing-good-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── teamwork-advice-for-adrs/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ └── what-is-an-architecture-decision-record/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── 翻訳注.txt ├── ko/ │ ├── .locale-peer-id │ ├── 서류/ │ │ ├── .locale-peer-id │ │ ├── adr-사용을-시작하는-방법/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── adr을-위한-팀워크-조언/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── aws-아키텍처-결정-기록-프로세스/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── git에서-adr-사용을-시작하는-방법/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── 도구를-사용하여-adr-사용을-시작하는-방법/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── 아키텍처-결정-기록이란-무엇입니까/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── 의사결정-지속가능성-기준/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── 좋은-adr-작성을-위한-제안/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ ├── 지속-가능한-결정을-달성하기-위한-지침/ │ │ │ ├── .locale-peer-id │ │ │ └── index.md │ │ └── 파일-이름-규칙/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── 템플릿/ │ ├── .locale-peer-id │ ├── index.md │ ├── madr 프로젝트의 결정 기록 템플릿/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── 결정 기록 템플릿별 edgex/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── 비즈니스 사례에 대한 의사결정 기록 템플릿/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── 알렉산드리아 패턴에 대한 결정 기록 템플릿/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── 의사 결정 기록 템플릿-by-michael-nygard/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── 의사결정 기록 템플릿 사용 p언어/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── 의사결정 기록 템플릿-by-jeff-tyree-and-art-akerman/ │ ├── .locale-peer-id │ └── index.md └── tr/ ├── .locale-peer-id ├── documents/ │ ├── .locale-peer-id │ ├── aws-adr-process/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── decision-sustainability-criteria/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── file-name-conventions-for-adrs/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── guidelines-to-achieve-sustainable-decisions/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── how-to-start-using-adrs/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── how-to-start-using-adrs-with-git/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── how-to-start-using-adrs-with-tools/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── suggestions-for-writing-good-adrs/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── teamwork-advice-for-adrs/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── teamwork-questions-for-adrs/ │ │ ├── .locale-peer-id │ │ └── index.md │ └── what-is-an-architecture-decision-record/ │ ├── .locale-peer-id │ └── index.md ├── examples/ │ ├── .locale-peer-id │ ├── 4-day-work-week/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── agile-software-development/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── amazon-web-services/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── api-using-json-v-grpc/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── authentication-authorization-options/ │ │ └── index.md │ ├── browser-automation-framework-for-e2e-testing-playwright-vs-selenium/ │ │ └── index.md │ ├── chart-library-toolkit-for-data-visualization-using-typescript-and-json/ │ │ └── index.md │ ├── choosing-a-database-technology/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── continuous-integration/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── css-framework/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── docker-swarm-container-orchestration/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── environment-variable-configuration/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── go-programming-language/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── google-cloud-platform/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── high-trust-teamwork/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── index.md │ ├── java-programming-language/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── kubernetes-container-orchestration/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── metrics-monitors-alerts/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── microsoft-azure-cloud-infrastructure/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── microsoft-azure-devops/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── monorepo-vs-multirepo/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── mysql-database/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── postgresql-database/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── programming-code-editors/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── programming-languages/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── python-django-framework/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── python-programming-language/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── react-front-end-javascript-library/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── ruby-on-rails-framework/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── rust-programming-language/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── secrets-storage/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── snake-case-v-camelcase-for-a-rest-api/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── svelte-components/ │ │ └── index.md │ ├── svelte-front-end-javascript-library/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── sveltekit-framework/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── tailwind-css/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── timestamp-format/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── vue-front-end-javascript-library/ │ │ ├── .locale-peer-id │ │ └── index.md │ ├── web-application-framework-batteries-included-full-stack-for-a-startup-product/ │ │ └── index.md │ └── work-from-home/ │ ├── .locale-peer-id │ └── index.md └── templates/ ├── .locale-peer-id ├── decision-record-template-by-arc42/ │ ├── LICENSE.md │ └── index.md ├── decision-record-template-by-edgex/ │ ├── .locale-peer-id │ ├── LICENSE.md │ └── index.md ├── decision-record-template-by-gareth-morgan/ │ ├── README.md │ └── index.md ├── decision-record-template-by-gig-cymru-nhs-wales/ │ └── index.md ├── decision-record-template-by-jeff-tyree-and-art-akerman/ │ ├── .locale-peer-id │ ├── LICENSE-WIP.md │ └── index.md ├── decision-record-template-by-michael-nygard/ │ ├── .locale-peer-id │ ├── LICENSE.md │ └── index.md ├── decision-record-template-for-alexandrian-pattern/ │ ├── .locale-peer-id │ └── index.md ├── decision-record-template-for-business-case/ │ ├── .locale-peer-id │ └── index.md ├── decision-record-template-of-the-madr-project/ │ ├── .locale-peer-id │ ├── LICENSE.md │ └── index.md ├── decision-record-template-using-planguage/ │ ├── .locale-peer-id │ └── index.md └── index.md