Neverendingo (Talk | contribs) m (Removed protection from "Policies") |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | There are a couple of written and unwritten rules KDE developers usually adhere to. The following documents summarize some of these policies. The list is still incomplete. If you are interested in helping out with formulating the KDE policies or would like to discuss them please use the kde-policies mailing list which was created for this purpose. | + | <languages /> |
| + | <translate> | ||
| + | |||
| + | == Introduction to Policies == | ||
| + | |||
| + | There are a couple of written and unwritten rules KDE developers usually adhere to. The following documents summarize some of these policies. The list is still incomplete. If you are interested in helping out with formulating the KDE policies or would like to discuss them please use the [https://mail.kde.org/mailman/listinfo/kde-policies kde-policies mailing list] which was created for this purpose. | ||
== Policies for Developers == | == Policies for Developers == | ||
| Line 22: | Line 27: | ||
;[[/Kdelibs Coding Style|Kdelibs Coding Style]] | ;[[/Kdelibs Coding Style|Kdelibs Coding Style]] | ||
:This document describes the recommended coding style for kdelibs. Nobody is forced to use this style, but to have consistent formating of the source code files it is recommended to make use of it. | :This document describes the recommended coding style for kdelibs. Nobody is forced to use this style, but to have consistent formating of the source code files it is recommended to make use of it. | ||
| + | |||
| + | ;[[/Kdepim Coding Style|Kdepim Coding Style]] | ||
| + | :This document describes the recommended coding style for kdepim. Nobody is forced to use this style, but to have consistent formating of the source code files it is strengly recommended to make use of it. | ||
;[[/New_KDE_Library_API_Policy|Adding New Classes to kdelibs]] | ;[[/New_KDE_Library_API_Policy|Adding New Classes to kdelibs]] | ||
| Line 56: | Line 64: | ||
;[[/Minor_Point_Release_Policy|Point Release Policy]] | ;[[/Minor_Point_Release_Policy|Point Release Policy]] | ||
:Discusses KDE policies for minor point releases. | :Discusses KDE policies for minor point releases. | ||
| + | |||
| + | |||
[[Category:Policies]] | [[Category:Policies]] | ||
| + | </translate> | ||
There are a couple of written and unwritten rules KDE developers usually adhere to. The following documents summarize some of these policies. The list is still incomplete. If you are interested in helping out with formulating the KDE policies or would like to discuss them please use the kde-policies mailing list which was created for this purpose.
These policies apply to KDE developers and it is expected that all persons with a KDE SVN account follow these policies. The SVN commit policy is the most important one. Persons working on libraries (kdelibs mostly, but central libraries in other SVN modules fall under this as well) should read the library documentation policy (and the apidox howto as well).
Whereas policies are normative for individual developers -- that is, they describe how developers must behave -- procedures describe how 'the KDE project' as a whole has chosen to behave. We describe what we will do under certain circumstances and why.