From ab9dacc2e8a458bb0e222a27a0271ebc220c9c74 Mon Sep 17 00:00:00 2001 From: Adrian Con Date: Wed, 28 Jan 2026 11:16:48 +0100 Subject: [PATCH 1/2] Kept only 1 PR template --- .github/PULL_REQUEST_TEMPLATE.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 7d8291d..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ -## Summary -Explain what changed and why. - -## Checklist -- [ ] No secrets/credentials committed -- [ ] Docs updated (if needed) -- [ ] Tests added/updated (if applicable) From 96bc8f09a7f2cf53b0f3b8acdb88cbaecf6c24f8 Mon Sep 17 00:00:00 2001 From: Adrian Con Date: Wed, 28 Jan 2026 11:28:34 +0100 Subject: [PATCH 2/2] Added a default owner. --- .github/CODEOWNERS | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 86d1175..b529ae5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,11 +1,10 @@ -<<<<<<< HEAD -# Default owner for all files -======= -modules/data-layer/ @oscarbaateel -modules/orchestrator/ @adriancon -modules/strategy-agent/ @antoniosoto -modules/dr-anticorruption/ @briancollado -modules/supplychain-risk/ @karlkohler +# Module Owners +# modules/data-layer/ +modules/orchestrator/ @Acon3078 +modules/strategy-agent/ @asotogrande +modules/dr-anticorruption/ @Bcollado0310 +modules/supplychain-risk/ @karlmaximilienkohler modules/policy-simulator/ @andresgerli ->>>>>>> 37a173c (Repo setup: module skeleton, docs, templates, gitignore) -* @OscarDiez + +# Default Owners +* @OscarDiez @Acon3078