Warning, /plasma/plasma-activities-stats/README.developers is written in an unsupported language. File is not indexed.

0001 
0002 # Commit policy
0003 
0004 Every non-trivial patch must go through the review before it goes into the
0005 master branch.
0006 
0007     https://phabricator.kde.org/
0008         project:    KActivities
0009 
0010 If you don't have an account for identity.kde.org, you can send smaller
0011 patches to the plasma-devel@kde.org mailing list, or (please don't) directly
0012 to the repository maintainer (see MAINTAINER file).
0013 
0014 
0015 # Code policy
0016 
0017 The code needs to follow KDElibs coding style. You can find more information
0018 about the style here:
0019 
0020     http://techbase.kde.org/Policies/Kdelibs_Coding_Style
0021 
0022 Macros in CMakeLists.txt should be lowercase throughout the project,
0023 and indentation should be 3, with the closing parenthesis in the same level
0024 as the content.
0025 
0026 Check out the KF5 policies:
0027 
0028     https://community.kde.org/Frameworks/Policies
0029