X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=HACKING;h=6003b8d8333c3a7535ce11c72d94a99ef1769b6f;hp=d4f7a79f8ceec3e05092ff44e57d8397c7dcc556;hb=7aaf4f75b312809e2c0b57b19ccb5c99d0534a08;hpb=57aa19f8460682a41f87b9f7d685278775fff6db diff --git a/HACKING b/HACKING index d4f7a79f8c..6003b8d833 100644 --- a/HACKING +++ b/HACKING @@ -1,10 +1,10 @@ // This file is part of the Doxygen Developer Manual /** @page patchguide Patch Guidelines -@b NB! If you're behind a corporate wall with http only access to the +\attention If you're behind a corporate wall with http only access to the world, you can still use these instructions! -@b NB2! You can't send patches to the mailing list anymore at all. Nowadays +\attention You can't send patches to the mailing list anymore at all. Nowadays you are expected to send patches to the OpenOCD Gerrit GIT server for a review. @@ -101,7 +101,7 @@ while(!done) { run tools/checkpatch.sh to verify your patch style is ok. } @endcode - @b TIP! use "git add ." before commit to add new files. + \note use "git add ." before commit to add new files. Comment template, notice the short first line w/topic. The topic field should identify the main part or subsystem the patch touches. Check