diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 96717ce7..d540126f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -93,8 +93,8 @@ content/po/guides/** @diogotcorreia # RC - Main maintainer Diogo Correia content/rc/** @diogotcorreia -# SD - Main maintainer Diogo Correia -content/sd/** @diogotcorreia +# SD - Main maintainer Nuno Gonçalves / Fábio Mata +content/sd/** @nunogoncalves03 @fmata97 # SO - Main maintainer Tomás Esteves content/so/** @Pesteves2002 diff --git a/contributors.js b/contributors.js index d4580736..1cb3835b 100644 --- a/contributors.js +++ b/contributors.js @@ -33,5 +33,11 @@ module.exports = { name: 'Rita Mendes', additionalLabels: ['Imagens CDI-II'], }, + nunogoncalves03: { + boldLabels: ['SD'], + }, + fmata97: { + boldLabels: ['SD'], + }, }), };