]>
Commit | Line | Data |
---|---|---|
fc2171bd | 1 | Adding a wxWidgets contribution |
f6bcfd97 BP |
2 | =============================== |
3 | ||
4 | Here are some different kinds of contribution: | |
5 | ||
77ffb593 | 6 | 1. Bug fixes. You can send these to the wx-dev list. |
897f4488 FM |
7 | |
8 | 2. New classes. They should go somewhere in the wxWidgets | |
9 | hierarchy if they are deemed to be 'core', otherwise they | |
10 | could be placed in external repositories of wxWidgets | |
11 | utilities, like wxCode (see http://wxcode.sf.net). | |
12 | ||
f6bcfd97 | 13 | 3. A utility application, such as a new dialog editor or |
897f4488 | 14 | file format conversion utility. If adding to the SVN |
f6bcfd97 BP |
15 | archive, you may put it under the utils hierarchy, |
16 | preferably with further src and docs directories. | |
17 | ||
897f4488 | 18 | You may or may not wish to add your code to the main wxWidgets SVN |
f6bcfd97 | 19 | archive. Whether your code is appropriate for this archive |
77ffb593 | 20 | should first be ascertained by discussing it on wx-dev@wxwidgets.org. |
f6bcfd97 | 21 | |
897f4488 FM |
22 | Also, in order to be included in wxWidgets, your code should |
23 | follow the wxWidgets coding conventions | |
24 | (see http://www.wxwidgets.org/develop/standard.htm) and fit in the | |
25 | wxWidgets src, include, docs directories hierarchy. | |
f6bcfd97 | 26 | |
f6bcfd97 BP |
27 | |
28 | Author: Julian Smart | |
29 | Version: $Id$ | |
30 |