From a36883ddfeb21f917e0256e058e45efb6c7dad7f Mon Sep 17 00:00:00 2001 From: mdarocha Date: Fri, 23 Jun 2023 14:29:44 +0200 Subject: [PATCH 1/2] maintainers: add dotnet team --- doc/languages-frameworks/dotnet.section.md | 2 ++ maintainers/team-list.nix | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/doc/languages-frameworks/dotnet.section.md b/doc/languages-frameworks/dotnet.section.md index 246490d67d26..39e741618269 100644 --- a/doc/languages-frameworks/dotnet.section.md +++ b/doc/languages-frameworks/dotnet.section.md @@ -210,3 +210,5 @@ buildDotnetGlobalTool { }; } ``` + +When packaging a new .NET application in nixpkgs, you can tag the [`@NixOS/dotnet`](https://github.com/orgs/nixos/teams/dotnet) team for help and code review. diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 859eaf9e60a7..b0bac14705b9 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -181,6 +181,19 @@ with lib.maintainers; { shortName = "Cosmopolitan"; }; + dotnet = { + members = [ + ivar + mdarocha + corngood + raphaelr + jamiemagee + anpin + ]; + scope = "Maintainers of the .NET build tools and packages"; + shortName = "dotnet"; + }; + deepin = { members = [ rewine From 64c5f8b2cc2919c04df0f29b29a9bb8d905df4db Mon Sep 17 00:00:00 2001 From: mdarocha Date: Fri, 23 Jun 2023 14:32:52 +0200 Subject: [PATCH 2/2] CODEOWNERS: add members of the dotnet team --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bcacc956c4f6..ba5bf4eef25d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -294,8 +294,10 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt /nixos/tests/matrix-conduit.nix @piegamesde # Dotnet -/pkgs/build-support/dotnet @IvarWithoutBones -/pkgs/development/compilers/dotnet @IvarWithoutBones +/pkgs/build-support/dotnet @IvarWithoutBones +/pkgs/development/compilers/dotnet @IvarWithoutBones +/pkgs/test/dotnet @IvarWithoutBones +/doc/languages-frameworks/dotnet.section.md @IvarWithoutBones # Node.js /pkgs/build-support/node/build-npm-package @lilyinstarlight @winterqt