diff options
author | Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> | 2014-11-07 14:28:43 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2014-11-24 22:14:03 +0000 |
commit | 2162ca72ef74a8bc74e7db7f1c05c8a3610b3482 (patch) | |
tree | 97c7dc3d744d3d38986faedda1e30b3de51f9e9d /HACKING | |
parent | 78cad161879929301ede67d4ad8c8c0d8c1f900b (diff) | |
download | riscv-openocd-2162ca72ef74a8bc74e7db7f1c05c8a3610b3482.zip riscv-openocd-2162ca72ef74a8bc74e7db7f1c05c8a3610b3482.tar.gz riscv-openocd-2162ca72ef74a8bc74e7db7f1c05c8a3610b3482.tar.bz2 |
Hacking: Some note how to review.
Change-Id: Ied682884abdba27da265f1ce3632417f54a80fe2
Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-on: http://openocd.zylin.com/2380
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -172,6 +172,13 @@ not have to) be disregarded if all conditions listed below are met: @section browsing Browsing Patches All OpenOCD patches can be reviewed <a href="http://openocd.zylin.com/">here</a>. + +@section reviewing Reviewing Patches +From the main <a href="http://openocd.zylin.com/#/q/status:open,n,z">Review +page</a> select the patch you want to review and click on that patch. On the +appearing page select the download method (top right). Apply the +patch. After building and testing you can leave a note with the "Reply" +button and mark the patch with -1, 0 and +1. */ /** @file This file contains the @ref patchguide page. |