Mercurial > defr > drupal > ad
comparison documentation/CONTRIBUTE.txt @ 0:d8a3998dac8e ad
ajout module ad
author | pierre |
---|---|
date | Fri, 20 Feb 2009 14:04:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d8a3998dac8e |
---|---|
1 There are many ways that you can contribute to the development of the ad | |
2 module: | |
3 1. Testing. | |
4 2. Documentation. | |
5 3. Code. | |
6 4. Money. | |
7 | |
8 | |
9 1. Testing | |
10 | |
11 The ad project is a large and complex collection of modules. As new | |
12 features are added, unfortunately new bugs are sometimes added too. And | |
13 unfortunately these bugs can go undetected in my development environement. | |
14 By installing the ad module on your server, testing it, and reporting any | |
15 problems that you run into, you help to improve the project. | |
16 | |
17 Before submitting bug reports, please be sure that you are running the | |
18 latest version of the code, as your bug may have already been fixed. Also, | |
19 please be sure to review the existing bug reports that other people have | |
20 already submitted so I don't have to waste time cleaning up duplicate bug | |
21 reports -- I maintain this project on a volunteer basis and already have | |
22 little enough time as is. Finally, be sure to review the included | |
23 documentation to be sure that you have properly installed and configured the | |
24 module. | |
25 | |
26 Bug reports can be viewed and submitted at the following URL: | |
27 http://drupal.org/project/issues/ad | |
28 | |
29 | |
30 2. Documentation. | |
31 | |
32 There is limited documentation built into the modules, and additional | |
33 documentation found in the documentation directory distributed with the ad | |
34 module. However, documentation can always be improved. You don't need to | |
35 know how to write code or create patches to help improve the documentation. | |
36 You can simply rewrite documentation files and attach them to the project's | |
37 issue queue at the following URL: | |
38 http://drupal.org/project/issues/ad | |
39 | |
40 | |
41 3. Code. | |
42 | |
43 There are plenty of issues listed in the project's queue waiting until I | |
44 find the time to code up fixes. If you are a PHP coder yourself, it is | |
45 tremendously helpful if you track down bugs and submit fixes! It's most | |
46 helpful if you submit fixes for both the 4.7.x and 5.x versions of the | |
47 module. | |
48 | |
49 In addition to fixing bugs, you are also welcome to contribute new | |
50 features. It's preferred when new features use the ad module's many hooks | |
51 and are implemented in external modules. | |
52 | |
53 | |
54 4. Money. | |
55 | |
56 I maintain the ad module in my spare time. While cash donations are not in | |
57 any way required, they are certainly appreciated. The simplest way to donate | |
58 money is to use PayPal and send the donation to my email address: | |
59 jeremy@tag1consulting.com. If you are unable to use PayPal, drop me a note at | |
60 that same email address and we can work out something else. | |
61 | |
62 I also offer consulting services, and can be contracted to add specific | |
63 functionality to the module. Contact me at jeremy@tag1consulting.com for | |
64 more information. |