~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/contributing/introduction.rst

  • Committer: Mark Atwood
  • Date: 2011-03-08 03:47:42 UTC
  • mto: (2227.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: me@mark.atwood.name-20110308034742-1wkdoq6yrdysqcua
documentation work

Show diffs side-by-side

added added

removed removed

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