* [PATCH] Be more helpful in how to contribute to the website.
@ 2016-02-21 20:21 Christoph Lohmann
2016-02-22 8:27 ` Alexander Aring
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Lohmann @ 2016-02-21 20:21 UTC (permalink / raw)
To: linux-wpan; +Cc: Christoph Lohmann
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@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:
--
2.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-22 8:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-21 20:21 [PATCH] Be more helpful in how to contribute to the website Christoph Lohmann
2016-02-22 8:27 ` Alexander Aring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox