← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~dholbach/ubuntu-packaging-guide/communication into lp:ubuntu-packaging-guide

 

Daniel Holbach has proposed merging lp:~dholbach/ubuntu-packaging-guide/communication into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)

For more details, see:
https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/communication/+merge/82171
-- 
https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/communication/+merge/82171
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~dholbach/ubuntu-packaging-guide/communication into lp:ubuntu-packaging-guide.
=== added file 'communication.rst'
--- communication.rst	1970-01-01 00:00:00 +0000
+++ communication.rst	2011-11-14 15:50:29 +0000
@@ -0,0 +1,34 @@
+===================================
+Communication in Ubuntu Development
+===================================
+
+In a project where thousands of lines of code are changed, lots of decisions
+are made and hundreds of people interact every day, it is important to 
+communicate effectively.
+
+Mailing lists
+=============
+
+Mailing lists are a very important tool if you want to communicate ideas
+to a broader team and make sure that you reach everybody, even across
+timezones.
+
+In terms of development, these are the most important ones:
+
+* https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce 
+  (announce-only, the most important development announcements go here)
+* https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
+  (general Ubuntu development discussion)
+* https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
+  (MOTU Team discussion, get help with packaging)
+
+
+IRC Channels
+============
+
+For real-time discussions, please connect to irc.freenode.net and join one or
+any of these channels:
+
+* #ubuntu-devel (for general development discussion)
+* #ubuntu-motu (for MOTU team discussion and generally getting help)
+

=== modified file 'index.rst'
--- index.rst	2011-07-29 12:49:07 +0000
+++ index.rst	2011-11-14 15:50:29 +0000
@@ -39,6 +39,7 @@
 .. toctree::
    :maxdepth: 1
 
+   communication
    debian-dir-overview
    udd-getting-the-source
    udd-working


Follow ups