From 335b0152948ae3cb5d928b7e6dc69c249e2c0b86 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Mon, 20 Sep 2021 11:20:38 +0200 Subject: pr template: Add 'clang-format' command --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e9a88363..bf4c440c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,3 +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/` -- cgit v1.2.3