aboutsummaryrefslogtreecommitdiff
path: root/maintainers
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-03-13 08:15:23 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-03-16 22:27:46 -0400
commit95dabbadd8a4e37da6739c93d65c70941097a09c (patch)
tree38227fd668b4cbbb36df7b560796fb7e6b931202 /maintainers
parentacd707acca8acbc276af5181c7724c70a6a69ad5 (diff)
Prioritize testing in the maintainers process docs
PRs that don't increase our ongoing obligations (i.e. by adding new features) but do increase test coverage of existing features are good things to merge for the health of the project, and thus good to prioritize.
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/maintainers/README.md b/maintainers/README.md
index 476a5f51e..36d40a0ab 100644
--- a/maintainers/README.md
+++ b/maintainers/README.md
@@ -69,6 +69,7 @@ Issues on the board progress through the following states:
2. [security](https://github.com/NixOS/nix/labels/security)
3. [regression](https://github.com/NixOS/nix/labels/regression)
4. [bug](https://github.com/NixOS/nix/issues?q=is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
+ 5. [tests of existing functionality](https://github.com/NixOS/nix/issues?q=is%3Aopen+label%3Atests+-label%3Afeature+sort%3Areactions-%2B1-desc)
- [oldest pull requests](https://github.com/NixOS/nix/pulls?q=is%3Apr+is%3Aopen+sort%3Acreated-asc)
- [most popular pull requests](https://github.com/NixOS/nix/pulls?q=is%3Apr+is%3Aopen+sort%3Areactions-%2B1-desc)
@@ -91,7 +92,7 @@ Issues on the board progress through the following states:
Contributors who took the time to implement concrete change proposals should not wait indefinitely.
- - Prioritise fixing bugs over documentation, improvements or new features
+ - Prioritise fixing bugs and testing over documentation, improvements or new features
The team values stability and accessibility higher than raw functionality.