Clear examples are reducing the entry level for contributions. --- website/index.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/index.txt b/website/index.txt index 3ac44b6..3ccca3f 100644 --- a/website/index.txt +++ b/website/index.txt @@ -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@xxxxxxxxxxxxxxx before sending the +# patch +git send-email --to linux-wpan@xxxxxxxxxxxxxxx -1 +--------------------------------------------------------------------- + +Next wait for the reactions on the mailinglist and if your change is +integrated. + // vim: set syntax=asciidoc: -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html