aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-08-13 23:26:47 +0200
committerLinus Jahn <lnj@kaidan.im>2022-08-14 17:32:53 +0200
commitea36c9f0b10f7155f39c0e083a681e591fcbde5c (patch)
tree522edce85f3704d04b8fc8bad59a19ffdbdc475d /.github/pull_request_template.md
parentb6d341f649dd12cd884d43fc6d21dfa8f1bdac95 (diff)
pr template: Mention QXMPP_EXPORT
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 00d9694f..bdff3986 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,6 +1,6 @@
PR check list:
- [ ] Document your code
-- [ ] Add `\since QXmpp 1.X`
+- [ ] Add `\since QXmpp 1.X`, `QXMPP_EXPORT`
- [ ] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`)
- [ ] Update `doc/xep.doc`
- [ ] Add unit tests