diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-03-05 17:24:28 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-05 19:43:21 +0100 |
commit | e640872eb0de465f635ac3903aa3e53cf6e9bafd (patch) | |
tree | 9d1bf7a51a91df7c97012709f7ea5b5d69eaf264 /docs | |
parent | 37b22be91d8a0bf2ffc2f44835853f3c34e653ed (diff) | |
download | buildroot-e640872eb0de465f635ac3903aa3e53cf6e9bafd.tar.gz buildroot-e640872eb0de465f635ac3903aa3e53cf6e9bafd.zip |
manual: contributing: add section on analyzing bug reports
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/contribute.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index 9727180869..44e155f163 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -23,6 +23,16 @@ source code tarball. Git is the easiest way to develop from and directly 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 ------------------ |