From 9e96ab61349e313bf91035b3872a89510bfeee2f Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 22 May 2022 19:31:43 +0200 Subject: pr template: Simplify check list --- .github/pull_request_template.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1565e426..00d9694f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,12 @@ -Before opening a pull-request please do: -- [ ] Documentation: - - [ ] Document every new public class and function - - [ ] Add `\since QXmpp 1.X` to newly added classes and functions - - [ ] 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/ tests/` +PR check list: +- [ ] Document your code +- [ ] Add `\since QXmpp 1.X` +- [ ] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`) +- [ ] Update `doc/xep.doc` +- [ ] Add unit tests +- [ ] Format the code: Run `clang-format -i src/ tests/` + + -- cgit v1.2.3