aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2021-10-07 16:47:40 +0200
committerLinus Jahn <lnj@kaidan.im>2021-10-09 20:20:03 +0200
commite1836d08b2f659d2ac5c98280e08d96c8df60d88 (patch)
tree1d5d50f891549482b5894180266007d2bb620f91
parentde05cc70ea531c1188749d5a6e75db82e6881e83 (diff)
downloadqxmpp-e1836d08b2f659d2ac5c98280e08d96c8df60d88.tar.gz
pr template: Extend 'clang-format' command for tests
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
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/<edited-file(s)>`
+- [ ] On the top level, run `clang-format -i src/<edited-file(s)> tests/<edited-file(s)>`