From 397e022ca4eafbc2c01fccf7f71c9c5567b32abc Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Sat, 24 May 2014 22:06:48 +0200 Subject: [PATCH] website: rework Contribute page to avoid duplication with manual The manual contains details about how users can contribute to buildroot. The website also had such a list, but with much less detail and not containing all topics. In order to avoid duplicating this information, simply list the different topics without detail on the website, and add a link to the relevent chapter of the manual. [Peter: slightly reword] Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- docs/contribute.html | 59 +++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 33 deletions(-) diff --git a/docs/contribute.html b/docs/contribute.html index 1a2042dbf1..91959f801b 100644 --- a/docs/contribute.html +++ b/docs/contribute.html @@ -2,38 +2,31 @@

Contribute

-Buildroot is an open source project and if you want to contribute, here a few -pointers to get you started. - -

Don't forget to look at Support if you need any -help. -And thanks for your help !

- -

Autobuilders

- -The Autobuilders are used to test -Buildroot with a lot of differents settings (toolchains, various packages, etc) -on all the supported platforms. - -

But despite our best effort, sometimes it fails.

-

That's where you can help ! Look at a package that fails and try to fix it !

- -

Wiki

- -Have a look at the eLinux Wiki a todo -list is available there, which can help you find out what you could do to help -Buildroot. - -

Patchwork

- -Patchwork -is a patch tracking system, if you submit a patch, it will appear here. - -

You can have a look at a patch that interests you and test it on your machine, -if it succeeds, you can send a "Tested-by", -if it fails, you can also send a mail on the mailing - list and report what has happened to you.

+

Buildroot is an open source project and you are very welcome to contribute to +it.
+There are many different ways to contribute:

+ + + +

For more details on these topics, check out the + +Contributing to buildroot chapter in the Buildroot manual. Thanks for your help!

+ +

If you need any support yourself, have a look at +Support.

-- 2.30.2