2021-11-09 21:04:31 +08:00
|
|
|
Understanding the Code
|
|
|
|
======================
|
|
|
|
Various design documents can be found in the design/ directory and API documentation
|
2022-10-31 20:30:06 +08:00
|
|
|
generated from the headers is hosted at https://api.kde.org.
|
2021-11-09 21:04:31 +08:00
|
|
|
|
|
|
|
Finding the Team
|
|
|
|
================
|
|
|
|
You can find the Plasma team on:
|
|
|
|
|
|
|
|
* our development mailing list at plasma-devel@kde.org
|
2022-10-31 20:30:06 +08:00
|
|
|
* our irc channel in #plasma on irc.libera.chat
|
2021-11-09 21:04:31 +08:00
|
|
|
|
|
|
|
Coding Style
|
|
|
|
============
|
|
|
|
New code should follow the kdelibs hacking style, as found here:
|
|
|
|
|
|
|
|
https://community.kde.org/Policies/Kdelibs_Coding_Style
|
|
|
|
|
|
|
|
Existing code that does not follow this style should be migrated over during
|
2022-10-31 20:30:06 +08:00
|
|
|
editing.
|
2021-11-09 21:04:31 +08:00
|
|
|
|