aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2021-09-20 11:20:38 +0200
committerLinus Jahn <lnj@kaidan.im>2021-09-20 13:05:21 +0200
commit335b0152948ae3cb5d928b7e6dc69c249e2c0b86 (patch)
tree6861d36f4c9936c933af82b87308942172a9b642
parentbb8780ecdbfe7eddb8280e696871e71b744d0bff (diff)
pr template: Add 'clang-format' command
-rw-r--r--.github/pull_request_template.md1
1 files changed, 1 insertions, 0 deletions
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/<edited-file(s)>`