~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/contributing/introduction.rst

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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