diff mbox

Be more helpful in how to contribute to the website.

Message ID 1456086077-14163-1-git-send-email-20h@r-36.net (mailing list archive)
State Accepted
Headers show

Commit Message

Christoph Lohmann Feb. 21, 2016, 8:21 p.m. UTC
Clear examples are reducing the entry level for contributions.
---
 website/index.txt | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Comments

Alexander Aring Feb. 22, 2016, 8:27 a.m. UTC | #1
Hi,

thanks. Applied and re-generate the website.

- Alex
--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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@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: