diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..94f8a94b --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# default code owner for repo +* @dhis2/team-platform + +# code owners for functionality +/src/ @dhis2/team-platform @dhis2/team-qa +/docs/ @dhis2/team-platform @dhis2/team-qa diff --git a/d2.config.js b/d2.config.js index 5bee2703..25f5dd81 100644 --- a/d2.config.js +++ b/d2.config.js @@ -4,6 +4,8 @@ const config = { title: 'SMS Configuration', description: 'Configure SMS gateways and manage SMS messages', coreApp: true, + minDHIS2Version: '2.35', + id: '441cad0c-395a-4e93-8f10-475602397371', entryPoints: { app: './src/index.js',