@@ -209,4 +209,26 @@ Specifications
* https://www.iana.org/assignments/_6lowpan-parameters/_6lowpan-parameters.xhtml[6LoWPAN IANA assignments]
+
+Changing the Website
+~~~~~~~~~~~~~~~~~~~~
+
+If you want to take part in developing this website, do the following:
+
+
+---------------------------------------------------------------------
+git clone https://github.com/linux-wpan/wpan-misc.git
+cd wpan-misc/website
+git checkout -b myproposal
+# Change this page to whatever you like.
+$EDITOR index.txt
+git commit -a
+# be sure to be registered to linux-wpan@vger.kernel.org before sending the
+# patch
+git send-email --to linux-wpan@vger.kernel.org -1
+---------------------------------------------------------------------
+
+Next wait for the reactions on the mailinglist and if your change is
+integrated.
+
// vim: set syntax=asciidoc: