diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-05-08 17:00:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 17:00:23 +0200 |
commit | 4539ab530ad23a8558512f784bd72c4cd0e72f13 (patch) | |
tree | c0eaaf04ca37a3eacc70a51d195ff8dc2fd403f7 | |
parent | b5d9ef0a4ce621a0f022bba7105d21d269e6455c (diff) | |
parent | 7c03285719242cafeb031b98840ee4328165152f (diff) |
Merge pull request #8296 from fricklerhandwerk/contributing-idea-approved
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..57a949906 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 and 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. |