PR template: Specify path to integration tests

This commit is contained in:
Robert Hensing 2023-01-20 15:35:46 +01:00
parent 261c25601d
commit 3c08a3e6b6

View file

@ -21,7 +21,7 @@ Maintainers: tick if completed or explain if not relevant
- [ ] tests, as appropriate
- functional tests - `tests/**.sh`
- unit tests - `src/*/tests`
- integration tests
- integration tests - `tests/nixos/*`
- [ ] documentation in the manual
- [ ] code and comments are self-explanatory
- [ ] commit message explains why the change was made