aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-27 21:20:05 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-27 21:20:05 +0000
commit3d4d0210776eb4c3a9e682f35202e1b4a72495a8 (patch)
tree5982c0f2389c53272d165e6e3defa8da8433fc88
parent5d711a96d318550f77dd9a294a162ddb8541b175 (diff)
downloadbusybox-w32-3d4d0210776eb4c3a9e682f35202e1b4a72495a8.tar.gz
busybox-w32-3d4d0210776eb4c3a9e682f35202e1b4a72495a8.tar.bz2
busybox-w32-3d4d0210776eb4c3a9e682f35202e1b4a72495a8.zip
Some more words on sending patches to the bug-tracker.
git-svn-id: svn://busybox.net/trunk/busybox@2205 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/contributing.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index cafa6edc1..abfd51684 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -332,6 +332,12 @@ Detailed instructions on how to submit a bug to the tracking system are at:
332 332
333 http://bugs.lineo.com/Reporting.html 333 http://bugs.lineo.com/Reporting.html
334 334
335If you have a patch that will fix and close a reported bug, please send a
336message to [bugnumber]@bugs.lineo.com with your patch attached. It will catch
337people's attention if you have a subject line like the following:
338
339 [PATCH INCLUDED] - Fix attached, please apply and close this bug
340
335 341
336 342
337Improving Your Chances of Patch Acceptance 343Improving Your Chances of Patch Acceptance
@@ -392,6 +398,15 @@ place in the form of mailing lists, the bug tracking system, and CVS. Please
392use these resources. 398use these resources.
393 399
394 400
401Send Patches to the Bug Tracking System
402~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
403
404This was mentioned above in the "Making Sure Your Patch Doesn't Get Lost"
405section, but it is worth mentioning again. A patch sent to the mailing list
406might be unnoticed and forgotten. A patch sent to the bug tracking system will
407be stored and closely connected to the bug it fixes.
408
409
395Be Polite 410Be Polite
396~~~~~~~~~ 411~~~~~~~~~
397 412