From e1836d08b2f659d2ac5c98280e08d96c8df60d88 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Thu, 7 Oct 2021 16:47:40 +0200 Subject: pr template: Extend 'clang-format' command for tests --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bf4c440c..1565e426 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,4 +5,4 @@ Before opening a pull-request please do: - [ ] Fix any doxygen warnings from your code (see log when building with `-DBUILD_DOCUMENTATION=ON`) - [ ] When implementing or updating XEPs add it to `doc/xep.doc` - [ ] Add unit tests for everything you've changed or added -- [ ] On the top level, run `clang-format -i src/` +- [ ] On the top level, run `clang-format -i src/ tests/` -- cgit v1.2.3