From 8c11a4e2406dae1dc9edf53c7259753fcc93cb5a Mon Sep 17 00:00:00 2001 From: Leo Falco Date: Mon, 5 Jan 2026 09:57:55 -0300 Subject: [PATCH] chore: standardize CODEOWNERS and CI/CD governance --- .github/CODEOWNERS | 3 +++ .vscode/settings.json | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .vscode/settings.json diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3a77a84 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +* @FieldControl/shared + +/.github/ @FieldControl/codeowners diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d541c53 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "contaazul" + ] +} \ No newline at end of file