~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/contributing/introduction.rst

  • Committer: pcrews
  • Date: 2011-05-24 17:36:24 UTC
  • mfrom: (1099.4.232 drizzle)
  • Revision ID: pcrews@lucid32-20110524173624-mwr1bvq6fa1r01ao
Updated translations + 2011.05.18 tarball tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Introduction
 
2
============
 
3
 
 
4
Drizzle's development primarily happens on
 
5
`Launchpad <https://launchpad.net/drizzle>`_ which handles code hosting, bugs tracking,
 
6
mailing lists and everything else needed for project management.  You will need
 
7
a `Launchpad account <https://help.launchpad.net/YourAccount/NewAccount>`_
 
8
before making most kinds of contributions.
 
9
 
 
10
One of Drizzle's aims is to have community contributions valued in the same way
 
11
as core developer contributions, and to have all code undergo exactly the same
 
12
approval and testing process no matter who it comes from (core developers or
 
13
general community).
 
14
 
 
15
There are many ways to contribute to Drizzle. For example, you can:
 
16
 
 
17
 * `File a bug <https://bugs.launchpad.net/drizzle/+filebug>`_
 
18
 * `Write translations <https://translations.launchpad.net/drizzle>`_
 
19
 * :ref:`Write documentation <documentation-label>`
 
20
 * :ref:`Write code <code-label>`
 
21
 
 
22
We recommend anyone new to Drizzle who wants to learn the code see the
 
23
`Low hanging fruit <https://bugs.launchpad.net/drizzle/+bugs?field.tag=low-hanging-fruit>`_
 
24
list of bugs on Launchpad for possible tasks to take on.
 
25
 
 
26
Bazaar
 
27
------
 
28
 
 
29
Launchpad uses `Bazaar <https://launchpad.net/bazaar>`_ for revision control of
 
30
the source repositories and for documentation.  You will need this installed before contributing
 
31
documentation or code.
 
32
 
 
33
Finding Help
 
34
------------
 
35
 
 
36
If you have any questions please contact us at the
 
37
`#drizzle <irc://irc.freenode.net/drizzle>`_
 
38
`Freenode <http://freenode.net/>`_ IRC channel or on the
 
39
`Drizzle Discuss <https://launchpad.net/~drizzle-discuss>`_ mailing list.
 
40