summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-07-29 13:29:18 +0100
committerSimon McVittie <smcv@collabora.com>2021-03-26 11:09:42 +0000
commit06a7fac32cfcd6c42fd6541a4d7770dc65588f68 (patch)
treec7a42ee590c4c5d4de70d51f9788160c84495a56
parent08849b09d7f66d1dfd7ba085cbe23600d87f3b2e (diff)
downloaddbus-glib-06a7fac32cfcd6c42fd6541a4d7770dc65588f68.tar.gz
CONTRIBUTING: Mention that dbus-gmain has its own contributing guide
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a8bd21a..eb8676f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -99,6 +99,13 @@ Version 0.(N+1), where *N* is even (divisible by 2), identifies a
development snapshot leading to version 0.(N+2). Odd-numbered versions
should never be used as releases.
+## Contributing to dbus-gmain
+
+The `dbus-gmain` subproject is shared by `dbus-glib` and `dbus-python`,
+and has its own contributing guidelines (which are similar to these).
+Please see [dbus-gmain/CONTRIBUTING.md](dbus-gmain/CONTRIBUTING.md)
+for details.
+
## Information for maintainers
This section is not directly relevant to infrequent contributors.