~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/contributing/introduction.rst

  • Committer: Brian Aker
  • Date: 2011-02-24 20:00:04 UTC
  • mfrom: (2197.2.3 trunk-bug-724176)
  • mto: This revision was merged to the branch mainline in revision 2199.
  • Revision ID: brian@tangent.org-20110224200004-6guy6x9rvavmfgna
Merge docs update

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 <http://launchpad.net/drizzle>`_ which handles code hosting, bugs,
 
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 all code goes through 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:
 
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 `Low
 
23
hanging fruit <https://bugs.launchpad.net/drizzle/+bugs?field.tag=low-hanging-fruit>`_ list of bugs on Launchpad for possible tasks to take on.
 
24
 
 
25
Bazaar
 
26
------
 
27
 
 
28
Launchpad uses `Bazaar <https://launchpad.net/bazaar>`_ for revision control of
 
29
the source repositories, you will need this insalled before contributing
 
30
documentation or code.
 
31
 
 
32
Finding Help
 
33
------------
 
34
 
 
35
If you have any questions please contact us at
 
36
`#drizzle <irc://irc.freenode.net/drizzle>`_
 
37
`Freenode <http://freenode.net/>`_ IRC channel or via. the
 
38
`Drizzle Discuss <https://launchpad.net/~drizzle-discuss>`_ mailing list.
 
39