summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-29 08:47:56 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 08:47:56 +0000
commit232cae5253382d8d8f7678dbda1ee37424904cab (patch)
treebfe4029a5d6dad4d8158bc8949d5e5473082ef19
parent399f1454f1aaad4627c2cac28f1ef78d62d007ca (diff)
downloaddbus-glib-232cae5253382d8d8f7678dbda1ee37424904cab.tar.gz
dbus-gmain: Add CONTRIBUTING file
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--dbus-gmain/CONTRIBUTING25
1 files changed, 25 insertions, 0 deletions
diff --git a/dbus-gmain/CONTRIBUTING b/dbus-gmain/CONTRIBUTING
new file mode 100644
index 0000000..99916fe
--- /dev/null
+++ b/dbus-gmain/CONTRIBUTING
@@ -0,0 +1,25 @@
+The mainline git tree for this code is at:
+git://anongit.freedesktop.org/git/dbus/dbus-glib -b dbus-gmain
+
+= Contributing changes =
+
+Be sure to match the existing code style (Emacs: "gnu").
+
+If you are making major changes which you wish to be incorporated upstream,
+please do as small commits to your local git tree, so there is a good
+history of your changes.
+
+When you consider changes ready for merging to mainline, use
+"git-format-patch" or otherwise generate unified diffs. Post those diffs
+to a new bug at http://bugs.freedesktop.org, project DBus, component GLib.
+
+For nontrivial changes please try to extend the test suite to cover it.
+
+Run "make check" to run the test suite.
+
+= Releases =
+
+dbus-gmain is currently set up to be a git subtree or git submodule,
+so it does not have releases in its own right. It gets merged or
+otherwise included in larger projects like dbus-glib and dbus-python
+instead.