about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2021-07-17 21:23:25 +0900
committerGitHub <noreply@github.com>2021-07-17 21:23:25 +0900
commitc05c892b38270b700e476088fddc12a62d1f5a07 (patch)
treef7fddf673ac26ce670e812fa13cbd23fac45cbaa /pkgs/development/haskell-modules
parentcd1fedf77b8ca85f559d93c847e53eea5ebedc6c (diff)
parentbdf47ab600a0b2c75b1d7ef2b43195cd91ad60ca (diff)
downloadnixlib-c05c892b38270b700e476088fddc12a62d1f5a07.tar
nixlib-c05c892b38270b700e476088fddc12a62d1f5a07.tar.gz
nixlib-c05c892b38270b700e476088fddc12a62d1f5a07.tar.bz2
nixlib-c05c892b38270b700e476088fddc12a62d1f5a07.tar.lz
nixlib-c05c892b38270b700e476088fddc12a62d1f5a07.tar.xz
nixlib-c05c892b38270b700e476088fddc12a62d1f5a07.tar.zst
nixlib-c05c892b38270b700e476088fddc12a62d1f5a07.zip
Merge pull request #130426 from cdepillabout/new-haskell-maintainer
haskell-updates: add explanation for adding new NixOS/haskell member
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/HACKING.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md
index 1161bd828f2a..34678328c74c 100644
--- a/pkgs/development/haskell-modules/HACKING.md
+++ b/pkgs/development/haskell-modules/HACKING.md
@@ -287,3 +287,26 @@ Here are some additional tips that didn't fit in above.
 
 -   The Haskell team members generally hang out in the Matrix room
     [#haskell:nixos.org](https://matrix.to/#/#haskell:nixos.org).
+
+-   This is a checklist for things that need to happen when a new
+    member is added to the Nixpkgs Haskell team.
+
+    1.  Add the person to the
+        [@NixOS/haskell](https://github.com/orgs/NixOS/teams/haskell)
+        team.  You may need to ask someone in the NixOS organization
+        to do this, like [@domenkozar](https://github.com/domenkozar).
+        This gives the new member access to repos like
+        [cabal2nix](https://github.com/NixOS/cabal2nix).
+
+    1.  Add the person to the `haskell` team in
+        [`maintainers/team-list.nix`](../../../maintainers/team-list.nix).
+        This team is responsible for some important packages in
+        [release-haskell.nix](../../top-level/release-haskell.nix).
+
+    1.  Update the
+        [Nextcloud Calendar](https://cloud.maralorn.de/apps/calendar/p/Mw5WLnzsP7fC4Zky)
+        and work the new member into the `haskell-updates` rotation.
+
+    1.  Optionally, have the new member add themselves to the Haskell
+        section in [`CODEOWNERS`](../../../.github/CODEOWNERS).  This
+        will cause them to get pinged on most Haskell-related PRs.