Skip to content

Commit

Permalink
pr template: Add 'clang-format' command
Browse files Browse the repository at this point in the history
  • Loading branch information
melvo authored and lnjX committed Sep 20, 2021
1 parent bb8780e commit 335b015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Expand Up @@ -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)>`

0 comments on commit 335b015

Please sign in to comment.