File: CONTRIBUTING

package info (click to toggle)
pondus 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 592 kB
  • sloc: python: 1,962; makefile: 10
file content (34 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
How to Contribute to Pondus
=============================

Feedback, Comments, Suggestions, Bugreports
---------------------------------------------

The easiest way to contribute to Pondus is to give feedback. Let us know
what you think about Pondus, suggest changes or improvements to the mailing
list <mailto:pondus-dev@lists.berlios.de[]> or report bugs at
http://bitbucket.org/eike/pondus/issues/[]. We are looking forward to
your feedback.

Testing the Development Version
---------------------------------

If you want to use the latest development version of Pondus and help finding
new bugs or other problems, you can get the latest version from
http://bitbucket.org/eike/pondus/[] or, if you have Mercurial installed,
type `hg clone http://bitbucket.org/eike/pondus`. This version can be
tested without installation by executing `pondus.py`.

Translating
-------------

You can help other people using Pondus by translating it from English to
another language. Instructions how to do so can be found in `po/README`.

Contributing Code
-------------------

If you want to implement a feature yourself, we will be happy to accept
patches sent to us via the mailing list. Alternatively, you can fork the
project at http://bitbucket.org/eike/pondus/[] and ask me to pull the
changes.