From 2650a91a2f89949df18881a6498df83e672386e3 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 30 Jun 2025 12:31:42 +0200 Subject: [PATCH] CONTRIBUTING.md: remove draft warning This was added in caef192c81d2e068a3042d541d355b9596e97906 in 2016. The issues are not actively being discussed anymore. --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8694c7fe96d5..3039b682e020 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -273,9 +273,6 @@ To manually create a backport pull request, follow [the standard pull request pr ## How to review pull requests [pr-review]: #how-to-review-pull-requests -> [!Warning] -> The following section is a draft, and the policy for reviewing is still being discussed in issues such as [#11166](https://github.com/NixOS/nixpkgs/issues/11166) and [#20836](https://github.com/NixOS/nixpkgs/issues/20836). - The Nixpkgs project receives a fairly high number of contributions via GitHub pull requests. Reviewing and approving these is an important task and a way to contribute to the project.