summaryrefslogtreecommitdiff
path: root/docs/devel.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devel.md')
-rw-r--r--docs/devel.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/devel.md b/docs/devel.md
new file mode 100644
index 0000000..3ef3ed8
--- /dev/null
+++ b/docs/devel.md
@@ -0,0 +1,25 @@
+# Development
+
+## Mailing List
+
+There is a mailing list,
+[libsigc-list@gnome.org](http://mail.gnome.org/mailman/listinfo/libsigc-list) for libsigc++, to serve as
+a design discussion area as well as a place to report bugs. To subscribe, use the web
+[page](http://mail.gnome.org/mailman/listinfo/libsigc-list).
+Members can post directly, but all other traffic is moderated.
+There is an archive of messages,
+[here](http://mail.gnome.org/archives/libsigc-list/).
+
+## Patches
+
+Patches should be added to bugzilla bugs.
+
+See the list of [open libsigc++ bugs](http://bugzilla.gnome.org/buglist.cgi?product=libsigc%2B%2B&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO") ,or [submit a new libsigc++ bug]("http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B).
+
+We also accept pull requests via the [libsigc++ mirror on GitHub](https://github.com/GNOME/libsigcplusplus).
+
+## Version Control
+
+libsigc++ is in the [libsigcplusplus](http://git.gnome.org/browse/libsigcplusplus/) module in GNOME's git repository.
+
+There is also a [libsigc++ mirror on GitHub](https://github.com/GNOME/libsigcplusplus). \ No newline at end of file