diff mbox

[2,of,8] manual: contributing: add section on analyzing bug reports

Message ID 0cc2a6824f249999fa57.1394036668@argentina
State Accepted
Headers show

Commit Message

Thomas De Schampheleire March 5, 2014, 4:24 p.m. UTC
This patch adds a small section to the manual promoting the reproduction,
analysis and fixing of bug reports.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 docs/manual/contribute.txt |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

Comments

Yann E. MORIN March 5, 2014, 5:37 p.m. UTC | #1
Thomas, All,

On 2014-03-05 17:24 +0100, Thomas De Schampheleire spake thusly:
> This patch adds a small section to the manual promoting the reproduction,
> analysis and fixing of bug reports.
> 
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/contribute.txt |  10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
> --- a/docs/manual/contribute.txt
> +++ b/docs/manual/contribute.txt
> @@ -23,6 +23,16 @@ source code tarball. Git is the easiest 
>  send your patches to the mailing list. Refer to xref:getting-buildroot[]
>  for more information on obtaining a Buildroot git tree.
>  
> +Reproducing, analyzing and fixing bugs
> +--------------------------------------
> +
> +A first way of contributing is to have a look at the open bug reports in
> +the https://bugs.busybox.net/buglist.cgi?product=buildroot[Buildroot bug
> +tracker]. As we strive to keep the bug count as small as possible, all
> +help in reproducing, analyzing and fixing reported bugs is more than
> +welcome. Don't hesitate to add a comment to bug reports reporting your
> +findings, even if you don't yet see the full picture.
> +
>  [[submitting-patches]]
>  Submitting patches
>  ------------------
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Samuel Martin March 5, 2014, 8:51 p.m. UTC | #2
On Wed, Mar 5, 2014 at 6:37 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Thomas, All,
>
> On 2014-03-05 17:24 +0100, Thomas De Schampheleire spake thusly:
>> This patch adds a small section to the manual promoting the reproduction,
>> analysis and fixing of bug reports.
>>
>> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Acked-by: Samuel Martin <s.martin49@gmail.com>

Regards,
diff mbox

Patch

diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -23,6 +23,16 @@  source code tarball. Git is the easiest 
 send your patches to the mailing list. Refer to xref:getting-buildroot[]
 for more information on obtaining a Buildroot git tree.
 
+Reproducing, analyzing and fixing bugs
+--------------------------------------
+
+A first way of contributing is to have a look at the open bug reports in
+the https://bugs.busybox.net/buglist.cgi?product=buildroot[Buildroot bug
+tracker]. As we strive to keep the bug count as small as possible, all
+help in reproducing, analyzing and fixing reported bugs is more than
+welcome. Don't hesitate to add a comment to bug reports reporting your
+findings, even if you don't yet see the full picture.
+
 [[submitting-patches]]
 Submitting patches
 ------------------