Skip to content

Commit c7f9378

Browse files
pbsdsfricklerhandwerk
authored andcommitted
nixos/README.md: add guideline to link to nixos tests from packages
1 parent 8f8f170 commit c7f9378

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nixos/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Reviewing process:
8080

8181
- Ensure that all file paths [fit the guidelines](../CONTRIBUTING.md#file-naming-and-organisation).
8282
- Ensure that the module tests, if any, are succeeding.
83+
- Ensure that new module tests are added to the package `passthru.tests`.
8384
- Ensure that the introduced options are correct.
8485
- Type should be appropriate (string related types differs in their merging capabilities, `loaOf` and `string` types are deprecated).
8586
- Description, default and example should be provided.
@@ -95,7 +96,8 @@ Sample template for a new module review is provided below.
9596
##### Reviewed points
9697

9798
- [ ] module path fits the guidelines
98-
- [ ] module tests succeed on ARCHITECTURE
99+
- [ ] module tests, if any, succeed on ARCHITECTURE
100+
- [ ] module tests, if any, are added to package `passthru.tests`
99101
- [ ] options have appropriate types
100102
- [ ] options have default
101103
- [ ] options have example

0 commit comments

Comments
 (0)