From b77143a75531d0b4f92226546e13b200bd239219 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Thu, 6 Mar 2014 11:07:31 +0100 Subject: [PATCH] manual: contributing: add section on TODO list This patch adds a small section about working on items from the TODO list. Signed-off-by: Thomas De Schampheleire Acked-by: Samuel Martin Signed-off-by: Thomas Petazzoni --- docs/manual/contribute.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index ffc4371eca..b9d2443285 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -146,6 +146,15 @@ Buildroot's Patchwork website can be used to pull in patches for testing purposes. Please see xref:apply-patches-patchwork[] for more information on using Buildroot's Patchwork website to apply patches. +Work on items from the TODO list +-------------------------------- + +If you want to contribute to Buildroot but don't know where to start, +and you don't like any of the above topics, you can always work on items +from the http://elinux.org/Buildroot#Todo_list[Buildroot TODO list]. +Don't hesitate to discuss an item first on the mailing list or on IRC. +Do edit the wiki to indicate when you start working on an item, so we +avoid duplicate efforts. [[submitting-patches]] Submitting patches