aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-09-09 14:50:57 +0200
committerGitHub <noreply@github.com>2022-09-09 14:50:57 +0200
commita5908f6e083e4a8b11a21a0e11952d54b32d37b5 (patch)
treea63858360e390ba726f1bca17723a17146cbe45b /.github/pull_request_template.md
parent860640c30f9a756c566972ab3e28e26ce56b86a5 (diff)
downloadqxmpp-a5908f6e083e4a8b11a21a0e11952d54b32d37b5.tar.gz
Introduce usage of DOAP file (#438)
This adds a DOAP file that replaces the non-machine readable version in xep.doc. It also adds a XEP metadata file and styling files for a human-readable version in the generated doxygen documentation.
Diffstat (limited to '.github/pull_request_template.md')
-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 bdff3986..ef0e49d4 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,7 +2,7 @@ PR check list:
- [ ] Document your code
- [ ] Add `\since QXmpp 1.X`, `QXMPP_EXPORT`
- [ ] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`)
-- [ ] Update `doc/xep.doc`
+- [ ] Update `doc/doap.xml`
- [ ] Add unit tests
- [ ] Format the code: Run `clang-format -i src/<edited-file(s)> tests/<edited-file(s)>`