aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2014-03-05 14:26:27 +0000
committerAlex Merry <alex.merry@kde.org>2014-03-11 11:41:25 +0000
commitbebacbcf8580dd983027bdaceb53cbfcb805bc27 (patch)
tree2c406f330e3c14d25505b5a48b9b849f3d3e3183 /README.md
parent72783b5acac8756c90221318e7b24bebf4e95521 (diff)
downloadextra-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.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85b97b7f..baa80c33 100644
--- a/README.md
+++ b/README.md
@@ -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
-------