diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-05 14:15:27 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-05 14:15:29 +0200 |
commit | 0fad8f71c4df3d677071b9e87ae0adda7cb54b24 (patch) | |
tree | 75278788d45d2ae38f8f5022ca39e5cc1395c164 | |
parent | 5d78dc41760c504240101e77eb38c47fec58bdbd (diff) |
highlight 'idea approved' issues in contributing guide
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b0ecaf36..3ed34fc6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,7 @@ Check out the [security policy](https://github.com/NixOS/nix/security/policy). You can use [labels](https://github.com/NixOS/nix/labels) to filter for relevant topics. 2. Search for related issues that cover what you're going to work on. It could help to mention there that you will work on the issue. + Pull requests addressing issues labeled ["idea approved"](https://github.com/NixOS/nix/labels/idea%20approved) are especially welcomed by maintainers will receive prioritised review. 3. Check the [Nix reference manual](https://nixos.org/manual/nix/unstable/contributing/hacking.html) for information on building Nix and running its tests. |