diff options
author | Alex Merry <alex.merry@kde.org> | 2014-03-05 14:26:27 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2014-03-11 11:41:25 +0000 |
commit | bebacbcf8580dd983027bdaceb53cbfcb805bc27 (patch) | |
tree | 2c406f330e3c14d25505b5a48b9b849f3d3e3183 /README.md | |
parent | 72783b5acac8756c90221318e7b24bebf4e95521 (diff) | |
download | extra-cmake-modules-bebacbcf8580dd983027bdaceb53cbfcb805bc27.tar.gz extra-cmake-modules-bebacbcf8580dd983027bdaceb53cbfcb805bc27.tar.bz2 |
Add documentation about writing find modules
REVIEW: 116025
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -65,6 +65,18 @@ This module is organised as follows: modules. +Creating Modules +---------------- + +Proposed new modules should be submitted using the +[KDE Review Board instance][RB], and be assigned to the `buildsystem`, +`extracmakemodules` and `kdeframeworks` groups. You should be able to point to +two separate projects that will make use of the module. See the `docs/` +directory for more information on writing the modules themselves. + +[RB]: https://git.reviewboard.kde.org/ + + License ------- |