diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-01-20 15:35:46 +0100 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-01-20 16:23:52 +0100 |
commit | 3c08a3e6b68135af126a05e9e3be417b604edded (patch) | |
tree | 664eff2f714809a67884f602a1a6f82506625a2b /.github | |
parent | 261c25601d9a4efd5245e3ef161fb52bf0543083 (diff) |
PR template: Specify path to integration tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a268d7caf..344f9405f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 |