diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..94f8a94bd --- /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 70771085e..2a2dd72eb 100644 --- a/d2.config.js +++ b/d2.config.js @@ -2,6 +2,8 @@ const config = { type: 'app', coreApp: true, title: 'Reports', + id: '68ecc707-bb8b-4b8b-b996-9038340a550b', + minDHIS2Version: '2.33', name: 'reports', entryPoints: { app: './src/AppWrapper.js',