get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/9524/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 9524,
    "url": "http://patches.dpdk.org/api/patches/9524/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1450087428-6021-1-git-send-email-harry.van.haaren@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1450087428-6021-1-git-send-email-harry.van.haaren@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1450087428-6021-1-git-send-email-harry.van.haaren@intel.com",
    "date": "2015-12-14T10:03:48",
    "name": "[dpdk-dev,v3] doc: add patch submit cheatsheet",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "b621b4668a97f2df96a0b90f0581d45fe3a24f5b",
    "submitter": {
        "id": 317,
        "url": "http://patches.dpdk.org/api/people/317/?format=api",
        "name": "Van Haaren, Harry",
        "email": "harry.van.haaren@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1450087428-6021-1-git-send-email-harry.van.haaren@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/9524/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/9524/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id E92FD4A63;\n\tMon, 14 Dec 2015 11:04:19 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id EA3EC256\n\tfor <dev@dpdk.org>; Mon, 14 Dec 2015 11:04:16 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga103.jf.intel.com with ESMTP; 14 Dec 2015 02:04:07 -0800",
            "from sie-lab-212-222.ir.intel.com (HELO\n\tsilpixa00366884.ir.intel.com) ([10.237.212.222])\n\tby orsmga003.jf.intel.com with ESMTP; 14 Dec 2015 02:04:04 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,426,1444719600\"; d=\"scan'208\";a=\"706900861\"",
        "From": "Harry van Haaren <harry.van.haaren@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon, 14 Dec 2015 10:03:48 +0000",
        "Message-Id": "<1450087428-6021-1-git-send-email-harry.van.haaren@intel.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "In-Reply-To": "<1449682047-30698-1-git-send-email-harry.van.haaren@intel.com>",
        "References": "<1449682047-30698-1-git-send-email-harry.van.haaren@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3] doc: add patch submit cheatsheet",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patch adds the patch submission cheatsheet to\nthe contributers guide. Both HTML and PDF docs show\nthe cheatsheet on its own page.\n\nRight clicking the SVG image in the HTML doc allows\nfor viewing the image on its own, useful for printing\nin high quality.\n\nThe exact appearance of of the cheatsheet will depend\non the default monospace font installed.\n\nSigned-off-by: Harry van Haaren <harry.van.haaren@intel.com>\n\n---\n\nv3: Added missing rst file, tested building docs on clean dpdk repo.\n\nv2: Fixed Fixes: line, added format-patch workflow instead\nof using -N for setting the number of patches during send-email.\n\n doc/guides/contributing/cheatsheet.rst           |    8 +\n doc/guides/contributing/img/patch_cheatsheet.svg | 1484 ++++++++++++++++++++++\n doc/guides/contributing/index.rst                |    1 +\n 3 files changed, 1493 insertions(+)\n create mode 100644 doc/guides/contributing/cheatsheet.rst\n create mode 100644 doc/guides/contributing/img/patch_cheatsheet.svg",
    "diff": "diff --git a/doc/guides/contributing/cheatsheet.rst b/doc/guides/contributing/cheatsheet.rst\nnew file mode 100644\nindex 0000000..7bc0771\n--- /dev/null\n+++ b/doc/guides/contributing/cheatsheet.rst\n@@ -0,0 +1,8 @@\n+Patch Cheatsheet\n+================\n+\n+.. _figure_patch_cheatsheet:\n+\n+.. figure:: img/patch_cheatsheet.*\n+\n+   Cheat sheet for submitting patches to dev@dpdk.org\ndiff --git a/doc/guides/contributing/img/patch_cheatsheet.svg b/doc/guides/contributing/img/patch_cheatsheet.svg\nnew file mode 100644\nindex 0000000..8522592\n--- /dev/null\n+++ b/doc/guides/contributing/img/patch_cheatsheet.svg\n@@ -0,0 +1,1484 @@\n+<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n+<!-- Created with Inkscape (http://www.inkscape.org/) -->\n+\n+<svg\n+   xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n+   xmlns:cc=\"http://creativecommons.org/ns#\"\n+   xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n+   xmlns:svg=\"http://www.w3.org/2000/svg\"\n+   xmlns=\"http://www.w3.org/2000/svg\"\n+   xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n+   xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n+   version=\"1.1\"\n+   width=\"210mm\"\n+   height=\"297mm\"\n+   id=\"svg2985\"\n+   inkscape:version=\"0.48.4 r9939\"\n+   sodipodi:docname=\"patch_cheatsheet.svg\">\n+  <sodipodi:namedview\n+     pagecolor=\"#ffffff\"\n+     bordercolor=\"#666666\"\n+     borderopacity=\"1\"\n+     objecttolerance=\"10\"\n+     gridtolerance=\"10\"\n+     guidetolerance=\"10\"\n+     inkscape:pageopacity=\"0\"\n+     inkscape:pageshadow=\"2\"\n+     inkscape:window-width=\"1184\"\n+     inkscape:window-height=\"1822\"\n+     id=\"namedview274\"\n+     showgrid=\"false\"\n+     inkscape:zoom=\"1.2685914\"\n+     inkscape:cx=\"289.93958\"\n+     inkscape:cy=\"509.84194\"\n+     inkscape:window-x=\"0\"\n+     inkscape:window-y=\"19\"\n+     inkscape:window-maximized=\"0\"\n+     inkscape:current-layer=\"g3272\" />\n+  <defs\n+     id=\"defs3\">\n+    <linearGradient\n+       x1=\"748.62079\"\n+       y1=\"-220.1862\"\n+       x2=\"849.99768\"\n+       y2=\"-220.1862\"\n+       id=\"SVGID_1_\"\n+       gradientUnits=\"userSpaceOnUse\"\n+       gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+      <stop\n+         id=\"stop16\"\n+         style=\"stop-color:#f04e23;stop-opacity:1\"\n+         offset=\"0.15000001\" />\n+      <stop\n+         id=\"stop18\"\n+         style=\"stop-color:#782b90;stop-opacity:1\"\n+         offset=\"0.70130002\" />\n+      <stop\n+         id=\"stop20\"\n+         style=\"stop-color:#8a2890;stop-opacity:1\"\n+         offset=\"0.8387\" />\n+      <stop\n+         id=\"stop22\"\n+         style=\"stop-color:#9c258f;stop-opacity:1\"\n+         offset=\"1\" />\n+    </linearGradient>\n+    <linearGradient\n+       x1=\"749.70099\"\n+       y1=\"-220.1864\"\n+       x2=\"848.91772\"\n+       y2=\"-220.1864\"\n+       id=\"SVGID_2_\"\n+       gradientUnits=\"userSpaceOnUse\"\n+       gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+      <stop\n+         id=\"stop27\"\n+         style=\"stop-color:#f04e23;stop-opacity:1\"\n+         offset=\"0.15000001\" />\n+      <stop\n+         id=\"stop29\"\n+         style=\"stop-color:#782b90;stop-opacity:1\"\n+         offset=\"0.70130002\" />\n+      <stop\n+         id=\"stop31\"\n+         style=\"stop-color:#8a2890;stop-opacity:1\"\n+         offset=\"0.8387\" />\n+      <stop\n+         id=\"stop33\"\n+         style=\"stop-color:#9c258f;stop-opacity:1\"\n+         offset=\"1\" />\n+    </linearGradient>\n+    <linearGradient\n+       x1=\"760.65948\"\n+       y1=\"-220.1864\"\n+       x2=\"899.29993\"\n+       y2=\"-220.1864\"\n+       id=\"SVGID_3_\"\n+       gradientUnits=\"userSpaceOnUse\"\n+       gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+      <stop\n+         id=\"stop40\"\n+         style=\"stop-color:#f04e23;stop-opacity:1\"\n+         offset=\"0.15000001\" />\n+      <stop\n+         id=\"stop42\"\n+         style=\"stop-color:#782b90;stop-opacity:1\"\n+         offset=\"0.70130002\" />\n+      <stop\n+         id=\"stop44\"\n+         style=\"stop-color:#8a2890;stop-opacity:1\"\n+         offset=\"0.8387\" />\n+      <stop\n+         id=\"stop46\"\n+         style=\"stop-color:#9c258f;stop-opacity:1\"\n+         offset=\"1\" />\n+    </linearGradient>\n+    <linearGradient\n+       x1=\"761.73969\"\n+       y1=\"-220.1864\"\n+       x2=\"898.21973\"\n+       y2=\"-220.1864\"\n+       id=\"SVGID_4_\"\n+       gradientUnits=\"userSpaceOnUse\"\n+       gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+      <stop\n+         id=\"stop51\"\n+         style=\"stop-color:#f04e23;stop-opacity:1\"\n+         offset=\"0.15000001\" />\n+      <stop\n+         id=\"stop53\"\n+         style=\"stop-color:#782b90;stop-opacity:1\"\n+         offset=\"0.70130002\" />\n+      <stop\n+         id=\"stop55\"\n+         style=\"stop-color:#8a2890;stop-opacity:1\"\n+         offset=\"0.8387\" />\n+      <stop\n+         id=\"stop57\"\n+         style=\"stop-color:#9c258f;stop-opacity:1\"\n+         offset=\"1\" />\n+    </linearGradient>\n+    <linearGradient\n+       x1=\"716.09821\"\n+       y1=\"-220.18649\"\n+       x2=\"874.64807\"\n+       y2=\"-220.18649\"\n+       id=\"SVGID_5_\"\n+       gradientUnits=\"userSpaceOnUse\"\n+       gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+      <stop\n+         id=\"stop64\"\n+         style=\"stop-color:#f04e23;stop-opacity:1\"\n+         offset=\"0.15000001\" />\n+      <stop\n+         id=\"stop66\"\n+         style=\"stop-color:#782b90;stop-opacity:1\"\n+         offset=\"0.70130002\" />\n+      <stop\n+         id=\"stop68\"\n+         style=\"stop-color:#8a2890;stop-opacity:1\"\n+         offset=\"0.8387\" />\n+      <stop\n+         id=\"stop70\"\n+         style=\"stop-color:#9c258f;stop-opacity:1\"\n+         offset=\"1\" />\n+    </linearGradient>\n+    <linearGradient\n+       x1=\"717.1781\"\n+       y1=\"-220.1864\"\n+       x2=\"873.56799\"\n+       y2=\"-220.1864\"\n+       id=\"SVGID_6_\"\n+       gradientUnits=\"userSpaceOnUse\"\n+       gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+      <stop\n+         id=\"stop75\"\n+         style=\"stop-color:#f04e23;stop-opacity:1\"\n+         offset=\"0.15000001\" />\n+      <stop\n+         id=\"stop77\"\n+         style=\"stop-color:#782b90;stop-opacity:1\"\n+         offset=\"0.70130002\" />\n+      <stop\n+         id=\"stop79\"\n+         style=\"stop-color:#8a2890;stop-opacity:1\"\n+         offset=\"0.8387\" />\n+      <stop\n+         id=\"stop81\"\n+         style=\"stop-color:#9c258f;stop-opacity:1\"\n+         offset=\"1\" />\n+    </linearGradient>\n+  </defs>\n+  <metadata\n+     id=\"metadata4\">\n+    <rdf:RDF>\n+      <cc:Work\n+         rdf:about=\"\">\n+        <dc:format>image/svg+xml</dc:format>\n+        <dc:type\n+           rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />\n+        <dc:title />\n+      </cc:Work>\n+    </rdf:RDF>\n+  </metadata>\n+  <g\n+     id=\"layer1\">\n+    <switch\n+       transform=\"matrix(0.46699142,0,0,0.41996015,9.9845875,-77.168919)\"\n+       id=\"switch3\">\n+      <g\n+         id=\"g7\">\n+        <g\n+           id=\"g9\">\n+          <g\n+             id=\"g11\">\n+            <g\n+               id=\"g13\">\n+              <linearGradient\n+                 x1=\"748.62079\"\n+                 y1=\"-220.1862\"\n+                 x2=\"849.99768\"\n+                 y2=\"-220.1862\"\n+                 id=\"linearGradient3172\"\n+                 gradientUnits=\"userSpaceOnUse\"\n+                 gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+                <stop\n+                   id=\"stop3174\"\n+                   style=\"stop-color:#f04e23;stop-opacity:1\"\n+                   offset=\"0.15000001\" />\n+                <stop\n+                   id=\"stop3176\"\n+                   style=\"stop-color:#782b90;stop-opacity:1\"\n+                   offset=\"0.70130002\" />\n+                <stop\n+                   id=\"stop3178\"\n+                   style=\"stop-color:#8a2890;stop-opacity:1\"\n+                   offset=\"0.8387\" />\n+                <stop\n+                   id=\"stop3180\"\n+                   style=\"stop-color:#9c258f;stop-opacity:1\"\n+                   offset=\"1\" />\n+              </linearGradient>\n+              <path\n+                 d=\"m 137.8,342.7 c -1.4,0 -2.5,-0.8 -3,-2.2 -1.2,-3.3 2.1,-4.5 3.3,-5 l 43.3,-17.7 c 5,-1.9 8.9,-5.6 11.1,-10.4 2.2,-4.8 2.4,-10.2 0.5,-15.2 -2.9,-7.7 -10.4,-12.9 -18.6,-12.9 -2.4,0 -4.7,0.4 -7,1.3 l -63.2,22.3 c -0.8,0.3 -1.8,0.6 -2.7,0.6 -1.4,0 -2.5,-0.8 -3,-2.2 -1.2,-3.3 2.1,-4.5 3.3,-5 L 164,271.5 c 3.4,-1.3 6.8,-1.9 10.4,-1.9 12.3,0 23.4,7.7 27.7,19.2 2.8,7.4 2.5,15.4 -0.8,22.6 -3.3,7.2 -9.1,12.7 -16.5,15.5 L 140.5,342 c -0.7,0.3 -1.7,0.7 -2.7,0.7 z\"\n+                 id=\"path24\"\n+                 style=\"fill:url(#SVGID_1_)\"\n+                 inkscape:connector-curvature=\"0\" />\n+              <linearGradient\n+                 x1=\"749.70099\"\n+                 y1=\"-220.1864\"\n+                 x2=\"848.91772\"\n+                 y2=\"-220.1864\"\n+                 id=\"linearGradient3183\"\n+                 gradientUnits=\"userSpaceOnUse\"\n+                 gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+                <stop\n+                   id=\"stop3185\"\n+                   style=\"stop-color:#f04e23;stop-opacity:1\"\n+                   offset=\"0.15000001\" />\n+                <stop\n+                   id=\"stop3187\"\n+                   style=\"stop-color:#782b90;stop-opacity:1\"\n+                   offset=\"0.70130002\" />\n+                <stop\n+                   id=\"stop3189\"\n+                   style=\"stop-color:#8a2890;stop-opacity:1\"\n+                   offset=\"0.8387\" />\n+                <stop\n+                   id=\"stop3191\"\n+                   style=\"stop-color:#9c258f;stop-opacity:1\"\n+                   offset=\"1\" />\n+              </linearGradient>\n+              <path\n+                 d=\"M 184.5,325.9 140.2,341 c -1.9,0.7 -3.6,1 -4.4,-0.9 -0.7,-1.9 0.7,-2.8 2.7,-3.6 l 43.3,-17.7 c 10.8,-4.1 16.3,-16.2 12.3,-27 -4.1,-10.8 -16.2,-16.3 -27,-12.3 l -63.2,22.2 c -1.9,0.7 -3.6,1 -4.4,-0.9 -0.7,-1.9 0.7,-2.8 2.7,-3.6 l 62.2,-24.8 c 14.7,-5.5 31.2,2 36.7,16.7 5.5,14.8 -1.9,31.2 -16.6,36.8 z\"\n+                 id=\"path35\"\n+                 style=\"fill:url(#SVGID_2_)\"\n+                 inkscape:connector-curvature=\"0\" />\n+            </g>\n+            <g\n+               id=\"g37\">\n+              <linearGradient\n+                 x1=\"760.65948\"\n+                 y1=\"-220.1864\"\n+                 x2=\"899.29993\"\n+                 y2=\"-220.1864\"\n+                 id=\"linearGradient3195\"\n+                 gradientUnits=\"userSpaceOnUse\"\n+                 gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+                <stop\n+                   id=\"stop3197\"\n+                   style=\"stop-color:#f04e23;stop-opacity:1\"\n+                   offset=\"0.15000001\" />\n+                <stop\n+                   id=\"stop3199\"\n+                   style=\"stop-color:#782b90;stop-opacity:1\"\n+                   offset=\"0.70130002\" />\n+                <stop\n+                   id=\"stop3201\"\n+                   style=\"stop-color:#8a2890;stop-opacity:1\"\n+                   offset=\"0.8387\" />\n+                <stop\n+                   id=\"stop3203\"\n+                   style=\"stop-color:#9c258f;stop-opacity:1\"\n+                   offset=\"1\" />\n+              </linearGradient>\n+              <path\n+                 d=\"m 147.5,391.7 c -1.4,0 -2.5,-0.8 -3,-2.2 -1.2,-3.3 2.1,-4.5 3.3,-5 l 50.9,-20.6 c 35.7,-13.4 53.9,-53.4 40.5,-89.1 C 229.1,248 203.1,230 174.4,230 c -8.3,0 -16.4,1.5 -24.2,4.4 l -51.9,18 c -0.8,0.3 -1.8,0.6 -2.7,0.6 -1.4,0 -2.5,-0.8 -3,-2.2 -0.6,-1.6 0,-2.7 0.6,-3.4 0.7,-0.8 1.8,-1.2 2.8,-1.6 l 50.9,-20.6 c 8.9,-3.3 18.2,-5 27.7,-5 32.7,0 62.4,20.6 73.9,51.2 15.3,40.7 -5.4,86.3 -46.1,101.6 l -51.9,18 c -1,0.3 -2,0.7 -3,0.7 z\"\n+                 id=\"path48\"\n+                 style=\"fill:url(#SVGID_3_)\"\n+                 inkscape:connector-curvature=\"0\" />\n+              <linearGradient\n+                 x1=\"761.73969\"\n+                 y1=\"-220.1864\"\n+                 x2=\"898.21973\"\n+                 y2=\"-220.1864\"\n+                 id=\"linearGradient3206\"\n+                 gradientUnits=\"userSpaceOnUse\"\n+                 gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+                <stop\n+                   id=\"stop3208\"\n+                   style=\"stop-color:#f04e23;stop-opacity:1\"\n+                   offset=\"0.15000001\" />\n+                <stop\n+                   id=\"stop3210\"\n+                   style=\"stop-color:#782b90;stop-opacity:1\"\n+                   offset=\"0.70130002\" />\n+                <stop\n+                   id=\"stop3212\"\n+                   style=\"stop-color:#8a2890;stop-opacity:1\"\n+                   offset=\"0.8387\" />\n+                <stop\n+                   id=\"stop3214\"\n+                   style=\"stop-color:#9c258f;stop-opacity:1\"\n+                   offset=\"1\" />\n+              </linearGradient>\n+              <path\n+                 d=\"m 201.8,372 -51.9,18 c -1.9,0.7 -3.6,1 -4.4,-0.9 -0.7,-1.9 0.7,-2.8 2.7,-3.6 l 50.9,-20.6 c 36.3,-13.6 54.7,-54.2 41.1,-90.5 -13.6,-36.3 -54.2,-54.7 -90.5,-41.1 l -51.9,18 c -1.9,0.7 -3.6,1 -4.4,-0.9 -0.7,-1.9 0.7,-2.8 2.7,-3.6 L 147,226.2 c 40.2,-15.1 85.1,5.3 100.2,45.5 15.1,40.3 -5.3,85.3 -45.4,100.3 z\"\n+                 id=\"path59\"\n+                 style=\"fill:url(#SVGID_4_)\"\n+                 inkscape:connector-curvature=\"0\" />\n+            </g>\n+            <g\n+               id=\"g61\">\n+              <linearGradient\n+                 x1=\"716.09821\"\n+                 y1=\"-220.18649\"\n+                 x2=\"874.64807\"\n+                 y2=\"-220.18649\"\n+                 id=\"linearGradient3218\"\n+                 gradientUnits=\"userSpaceOnUse\"\n+                 gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+                <stop\n+                   id=\"stop3220\"\n+                   style=\"stop-color:#f04e23;stop-opacity:1\"\n+                   offset=\"0.15000001\" />\n+                <stop\n+                   id=\"stop3222\"\n+                   style=\"stop-color:#782b90;stop-opacity:1\"\n+                   offset=\"0.70130002\" />\n+                <stop\n+                   id=\"stop3224\"\n+                   style=\"stop-color:#8a2890;stop-opacity:1\"\n+                   offset=\"0.8387\" />\n+                <stop\n+                   id=\"stop3226\"\n+                   style=\"stop-color:#9c258f;stop-opacity:1\"\n+                   offset=\"1\" />\n+              </linearGradient>\n+              <path\n+                 d=\"m 97.1,384.3 c -1.4,0 -2.5,-0.8 -3,-2.2 -1.2,-3.3 2.1,-4.5 3.3,-5 L 190,340.9 c 23,-8.6 34.7,-34.4 26.1,-57.3 -6.5,-17.3 -23.3,-28.9 -41.7,-28.9 -5.3,0 -10.6,1 -15.6,2.8 l -83.9,30 c -0.8,0.3 -1.8,0.6 -2.7,0.6 -1.4,0 -2.5,-0.8 -3,-2.2 -1.2,-3.3 2.1,-4.5 3.3,-5 l 82.9,-32.6 c 6.1,-2.3 12.5,-3.5 19,-3.5 22.5,0 42.9,14.1 50.8,35.2 5.1,13.5 4.6,28.3 -1.4,41.5 -6,13.2 -16.8,23.3 -30.3,28.4 l -93.6,33.7 c -0.8,0.3 -1.8,0.7 -2.8,0.7 z\"\n+                 id=\"path72\"\n+                 style=\"fill:url(#SVGID_5_)\"\n+                 inkscape:connector-curvature=\"0\" />\n+              <linearGradient\n+                 x1=\"717.1781\"\n+                 y1=\"-220.1864\"\n+                 x2=\"873.56799\"\n+                 y2=\"-220.1864\"\n+                 id=\"linearGradient3229\"\n+                 gradientUnits=\"userSpaceOnUse\"\n+                 gradientTransform=\"matrix(0.9362,-0.3514,0.3514,0.9362,-516.294,793.6274)\">\n+                <stop\n+                   id=\"stop3231\"\n+                   style=\"stop-color:#f04e23;stop-opacity:1\"\n+                   offset=\"0.15000001\" />\n+                <stop\n+                   id=\"stop3233\"\n+                   style=\"stop-color:#782b90;stop-opacity:1\"\n+                   offset=\"0.70130002\" />\n+                <stop\n+                   id=\"stop3235\"\n+                   style=\"stop-color:#8a2890;stop-opacity:1\"\n+                   offset=\"0.8387\" />\n+                <stop\n+                   id=\"stop3237\"\n+                   style=\"stop-color:#9c258f;stop-opacity:1\"\n+                   offset=\"1\" />\n+              </linearGradient>\n+              <path\n+                 d=\"m 193.1,348.9 -93.6,33.7 c -1.9,0.7 -3.6,1 -4.4,-0.9 -0.7,-1.9 0.7,-2.8 2.7,-3.6 l 92.7,-36.2 C 214,333.1 226,306.7 217.2,283.2 208.4,259.7 182,247.7 158.5,256.5 l -83.8,30 c -1.9,0.7 -3.6,1 -4.4,-0.9 -0.8,-1.9 0.7,-2.8 2.7,-3.6 l 82.9,-32.6 c 27.4,-10.3 58.1,3.6 68.4,31.1 10.2,27.5 -3.7,58.2 -31.2,68.4 z\"\n+                 id=\"path83\"\n+                 style=\"fill:url(#SVGID_6_)\"\n+                 inkscape:connector-curvature=\"0\" />\n+            </g>\n+          </g>\n+          <g\n+             id=\"g85\">\n+            <g\n+               id=\"g87\">\n+              <path\n+                 d=\"m 300.7,235.7 h 33.5 c 30.7,0 51.8,19.4 51.8,47.5 0,28.1 -21.2,47.5 -51.8,47.5 h -33.5 v -95 z m 32.2,81.3 c 23.7,0 37.9,-13 37.9,-33.8 0,-20.8 -14.1,-33.8 -37.9,-33.8 H 315.7 V 317 h 17.2 z\"\n+                 id=\"path89\"\n+                 style=\"fill:#00233b\"\n+                 inkscape:connector-curvature=\"0\" />\n+              <path\n+                 d=\"m 419.8,235.7 h 40.8 c 20.1,0 31.8,11.5 31.8,27.5 0,16.3 -11.7,28.2 -31.8,28.2 h -25.9 v 39.2 h -14.9 v -94.9 z m 39.7,42 c 11.1,0 17.9,-5.2 17.9,-14.2 0,-9.2 -6.8,-14.1 -17.9,-14.1 h -24.7 v 28.4 h 24.7 z\"\n+                 id=\"path91\"\n+                 style=\"fill:#00233b\"\n+                 inkscape:connector-curvature=\"0\" />\n+              <path\n+                 d=\"m 523.2,235.7 h 33.5 c 30.7,0 51.8,19.4 51.8,47.5 0,28.1 -21.2,47.5 -51.8,47.5 h -33.5 v -95 z m 32.2,81.3 c 23.7,0 37.9,-13 37.9,-33.8 0,-20.8 -14.1,-33.8 -37.9,-33.8 H 538.2 V 317 h 17.2 z\"\n+                 id=\"path93\"\n+                 style=\"fill:#00233b\"\n+                 inkscape:connector-curvature=\"0\" />\n+              <path\n+                 d=\"m 642.4,235.7 h 14.9 v 38.8 l 38.9,-38.8 h 19.1 l -44,43.4 51,51.6 h -20.4 l -44.8,-45.6 v 45.6 h -14.9 v -95 z\"\n+                 id=\"path95\"\n+                 style=\"fill:#00233b\"\n+                 inkscape:connector-curvature=\"0\" />\n+            </g>\n+          </g>\n+          <g\n+             id=\"g97\">\n+            <path\n+               d=\"m 300.3,360 h 6.3 c 5.7,0 9.7,3.6 9.7,8.9 0,5.3 -4,8.9 -9.7,8.9 h -6.3 V 360 z m 6,15.2 c 4.4,0 7.1,-2.4 7.1,-6.3 0,-3.9 -2.6,-6.3 -7.1,-6.3 H 303 v 12.7 h 3.3 z\"\n+               id=\"path99\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 324.6,359.9 h 2.7 l 7.8,17.9 h -3 l -1.9,-4.4 h -8.4 l -1.9,4.4 h -3 l 7.7,-17.9 z m 4.6,11 -3.3,-7.5 -3.3,7.5 h 6.6 z\"\n+               id=\"path101\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 348.3,360 v 2.6 h -5.9 v 15.2 h -2.8 v -15.2 h -5.9 V 360 h 14.6 z\"\n+               id=\"path103\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 354.7,359.9 h 2.7 l 7.8,17.9 h -3 l -1.9,-4.4 h -8.4 l -1.9,4.4 h -3 l 7.7,-17.9 z m 4.6,11 -3.3,-7.5 -3.3,7.5 h 6.6 z\"\n+               id=\"path105\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 380.4,360 h 7.7 c 3.8,0 5.9,2.2 5.9,5.2 0,3.1 -2.2,5.3 -5.9,5.3 h -4.9 v 7.3 h -2.8 V 360 z m 7.4,7.8 c 2.1,0 3.4,-1 3.4,-2.7 0,-1.7 -1.3,-2.6 -3.4,-2.6 h -4.6 v 5.3 h 4.6 z\"\n+               id=\"path107\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 397,360 h 2.8 v 15.2 h 9.5 v 2.6 H 397 V 360 z\"\n+               id=\"path109\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 418.1,359.9 h 2.7 l 7.8,17.9 h -3 l -1.9,-4.4 h -8.4 l -1.9,4.4 h -3 l 7.7,-17.9 z m 4.6,11 -3.3,-7.5 -3.3,7.5 h 6.6 z\"\n+               id=\"path111\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 431.1,360 h 2.4 l 10,12.9 V 360 h 2.7 v 17.8 H 444 l -10.1,-12.9 v 12.9 h -2.7 V 360 z\"\n+               id=\"path113\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 450.5,360 h 12.7 v 2.6 h -9.9 v 4.4 h 8 v 2.6 h -8 v 5.6 h 10.2 v 2.6 h -13 V 360 z\"\n+               id=\"path115\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 479.3,360 h 6.3 c 5.7,0 9.7,3.6 9.7,8.9 0,5.3 -4,8.9 -9.7,8.9 h -6.3 V 360 z m 6,15.2 c 4.4,0 7.1,-2.4 7.1,-6.3 0,-3.9 -2.6,-6.3 -7.1,-6.3 h -3.2 v 12.7 h 3.2 z\"\n+               id=\"path117\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 498.8,360 h 12.7 v 2.6 h -9.9 v 4.4 h 8 v 2.6 h -8 v 5.6 h 10.2 v 2.6 h -13 V 360 z\"\n+               id=\"path119\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 513.3,360 h 3.1 l 5.9,14 5.9,-14 h 3 l -7.6,17.9 H 521 L 513.3,360 z\"\n+               id=\"path121\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 533.9,360 h 12.7 v 2.6 h -9.9 v 4.4 h 8 v 2.6 h -8 v 5.6 h 10.2 v 2.6 h -13 V 360 z\"\n+               id=\"path123\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 549.9,360 h 2.8 v 15.2 h 9.5 v 2.6 H 549.9 V 360 z\"\n+               id=\"path125\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 563,368.9 c 0,-5.2 3.8,-9.2 9.1,-9.2 5.3,0 9.1,4 9.1,9.2 0,5.2 -3.9,9.2 -9.1,9.2 -5.2,0 -9.1,-4.1 -9.1,-9.2 z m 15.3,0 c 0,-3.8 -2.7,-6.6 -6.2,-6.6 -3.5,0 -6.2,2.8 -6.2,6.6 0,3.8 2.7,6.6 6.2,6.6 3.5,0 6.2,-2.9 6.2,-6.6 z\"\n+               id=\"path127\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 584.7,360 h 7.7 c 3.8,0 5.9,2.2 5.9,5.2 0,3.1 -2.2,5.3 -5.9,5.3 h -4.9 v 7.3 h -2.8 V 360 z m 7.5,7.8 c 2.1,0 3.4,-1 3.4,-2.7 0,-1.7 -1.3,-2.6 -3.4,-2.6 h -4.6 v 5.3 h 4.6 z\"\n+               id=\"path129\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 601.3,360 h 2.8 l 5.8,8 5.7,-8 h 2.8 v 17.8 h -2.8 v -13.5 l -5,6.7 H 609 l -5,-6.7 v 13.5 h -2.8 V 360 z\"\n+               id=\"path131\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 622.6,360 h 12.7 v 2.6 h -9.9 v 4.4 h 8 v 2.6 h -8 v 5.6 h 10.2 v 2.6 h -13 V 360 z\"\n+               id=\"path133\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 638.7,360 h 2.4 l 10,12.9 V 360 h 2.7 v 17.8 h -2.4 l -10.1,-12.9 v 12.9 h -2.7 V 360 z\"\n+               id=\"path135\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 671.3,360 v 2.6 h -5.9 v 15.2 h -2.8 v -15.2 h -5.9 V 360 h 14.6 z\"\n+               id=\"path137\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 685.5,360 h 2.8 v 7.3 l 7.3,-7.3 h 3.6 l -8.2,8.1 9.6,9.7 h -3.8 l -8.4,-8.5 v 8.5 h -2.8 V 360 z\"\n+               id=\"path139\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 702.8,360 h 2.8 v 17.8 h -2.8 V 360 z\"\n+               id=\"path141\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+            <path\n+               d=\"m 723.1,360 v 2.6 h -5.9 v 15.2 h -2.8 v -15.2 h -5.9 V 360 h 14.6 z\"\n+               id=\"path143\"\n+               style=\"fill:#f04e23\"\n+               inkscape:connector-curvature=\"0\" />\n+          </g>\n+        </g>\n+      </g>\n+    </switch>\n+    <g\n+       transform=\"matrix(0.89980358,0,0,0.89980358,45.57817,-2.8793563)\"\n+       id=\"g4009\">\n+      <text\n+         x=\"325.02054\"\n+         y=\"107.5126\"\n+         id=\"text3212\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:43.11383057px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+         sodipodi:linespacing=\"125%\"\n+         transform=\"scale(1.193782,0.83767389)\"><tspan\n+           x=\"325.02054\"\n+           y=\"107.5126\"\n+           id=\"tspan3214\">CHEATSHEET</tspan></text>\n+      <text\n+         x=\"386.51117\"\n+         y=\"58.178116\"\n+         transform=\"scale(1.0054999,0.99453018)\"\n+         id=\"text3212-1\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:42.11373901px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"386.51117\"\n+           y=\"58.178116\"\n+           id=\"tspan3214-7\">PATCH SUBMIT</tspan></text>\n+    </g>\n+    <rect\n+       width=\"714.94495\"\n+       height=\"88.618027\"\n+       rx=\"20.780111\"\n+       ry=\"15.96909\"\n+       x=\"14.574773\"\n+       y=\"7.0045133\"\n+       id=\"rect3239\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:0.87678075;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <rect\n+       width=\"713.28113\"\n+       height=\"887.29156\"\n+       rx=\"17.656931\"\n+       ry=\"17.280584\"\n+       x=\"15.406689\"\n+       y=\"104.73515\"\n+       id=\"rect3239-0\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1.00973284;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <rect\n+       width=\"694.94904\"\n+       height=\"381.31\"\n+       rx=\"9.4761629\"\n+       ry=\"9.0904856\"\n+       x=\"24.336016\"\n+       y=\"601.75836\"\n+       id=\"rect3239-0-9-4\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1.02322531;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <path\n+       d=\"m 386.3921,327.23442 323.14298,0\"\n+       id=\"path4088\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"\n+       inkscape:connector-curvature=\"0\" />\n+    <text\n+       x=\"396.18015\"\n+       y=\"314.45731\"\n+       id=\"text4090\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"396.18015\"\n+         y=\"314.45731\"\n+         id=\"tspan4092\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Patch Pre-Checks</tspan></text>\n+    <text\n+       x=\"43.44949\"\n+       y=\"147.32129\"\n+       id=\"text4090-4\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"43.44949\"\n+         y=\"147.32129\"\n+         id=\"tspan4092-3\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Commit Pre-Checks</tspan></text>\n+    <text\n+       x=\"397.1235\"\n+       y=\"144.8549\"\n+       id=\"text4090-4-3\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"397.1235\"\n+         y=\"144.8549\"\n+         id=\"tspan4092-3-3\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Bugfix?</tspan></text>\n+    <text\n+       x=\"41.215897\"\n+       y=\"634.38617\"\n+       id=\"text4090-1\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"41.215897\"\n+         y=\"634.38617\"\n+         id=\"tspan4092-38\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Git send-email </tspan></text>\n+    <path\n+       d=\"m 31.232443,642.80575 376.113467,0\"\n+       id=\"path4088-7\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\"\n+       inkscape:connector-curvature=\"0\" />\n+    <rect\n+       width=\"342.13785\"\n+       height=\"230.74609\"\n+       rx=\"10.411126\"\n+       ry=\"10.411126\"\n+       x=\"25.418407\"\n+       y=\"114.92036\"\n+       id=\"rect3239-0-9-4-2\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:0.93674862;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <text\n+       x=\"43.44949\"\n+       y=\"385.8045\"\n+       id=\"text4090-86\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"43.44949\"\n+         y=\"385.8045\"\n+         id=\"tspan4092-5\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Compile Pre-Checks</tspan></text>\n+    <g\n+       transform=\"translate(352.00486,-348.25973)\"\n+       id=\"g3295\">\n+      <text\n+         x=\"43.87738\"\n+         y=\"568.03088\"\n+         id=\"text4090-8-14\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"43.87738\"\n+           y=\"568.03088\"\n+           id=\"tspan4289\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Include warning/error</tspan></text>\n+      <text\n+         x=\"43.87738\"\n+         y=\"537.71906\"\n+         id=\"text4090-8-14-4\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"43.87738\"\n+           y=\"537.71906\"\n+           id=\"tspan4289-1\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Fixes: line</tspan></text>\n+      <text\n+         x=\"43.87738\"\n+         y=\"598.9939\"\n+         id=\"text4090-8-14-0\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"43.87738\"\n+           y=\"598.9939\"\n+           id=\"tspan4289-2\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ How to reproduce</tspan></text>\n+    </g>\n+    <g\n+       transform=\"translate(-2.6258125,-26.708615)\"\n+       id=\"g4115\">\n+      <g\n+         id=\"g3272\">\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-1\"\n+           y=\"454.36987\"\n+           x=\"49.093246\"><tspan\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-7\"\n+             y=\"454.36987\"\n+             x=\"49.093246\">+ build gcc icc clang </tspan></text>\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-2\"\n+           y=\"516.59979\"\n+           x=\"49.093246\"><tspan\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-79\"\n+             y=\"516.59979\"\n+             x=\"49.093246\">+ make test doc </tspan></text>\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-2-0-0\"\n+           y=\"544.71033\"\n+           x=\"49.093246\"><tspan\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-79-9-0\"\n+             y=\"544.71033\"\n+             x=\"49.093246\">+ make examples</tspan></text>\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-2-0-07\"\n+           y=\"576.83533\"\n+           x=\"49.093246\"><tspan\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-79-9-3\"\n+             y=\"576.83533\"\n+             x=\"49.093246\">+ make shared-lib</tspan></text>\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-2-0-07-4\"\n+           y=\"604.88947\"\n+           x=\"49.093246\"><tspan\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-79-9-3-9\"\n+             y=\"604.88947\"\n+             x=\"49.093246\">+ library ABI version</tspan></text>\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-2-9\"\n+           y=\"486.56659\"\n+           x=\"49.093246\"><tspan\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-79-3\"\n+             y=\"486.56659\"\n+             x=\"49.093246\">+ build 32 and 64 bits</tspan></text>\n+      </g>\n+    </g>\n+    <text\n+       x=\"74.388756\"\n+       y=\"914.65686\"\n+       id=\"text4090-8-1-8-65-9\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:19px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         sodipodi:role=\"line\"\n+         id=\"tspan3268\"\n+         x=\"74.388756\"\n+         y=\"914.65686\">git send-email *.patch --annotate --to &lt;maintainer&gt;</tspan><tspan\n+         sodipodi:role=\"line\"\n+         id=\"tspan3272\"\n+         x=\"74.388756\"\n+         y=\"938.40686\">  --cc dev@dpdk.org [ --cc other@participants.com</tspan><tspan\n+         sodipodi:role=\"line\"\n+         x=\"74.388756\"\n+         y=\"962.15686\"\n+         id=\"tspan3266\">  --cover-letter -v[N] --in-reply-to &lt;message ID&gt; ]</tspan></text>\n+    <text\n+       x=\"543.47675\"\n+       y=\"1032.3459\"\n+       id=\"text4090-8-7-8-7-6-3-8-2-5\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"543.47675\"\n+         y=\"1032.3459\"\n+         id=\"tspan4092-8-6-3-1-8-4-4-5-3\"\n+         style=\"font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace\">harry.van.haaren@intel.com</tspan></text>\n+    <rect\n+       width=\"678.14105\"\n+       height=\"87.351799\"\n+       rx=\"6.7972355\"\n+       ry=\"6.7972355\"\n+       x=\"31.865864\"\n+       y=\"888.44696\"\n+       id=\"rect3239-0-9-4-3\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <text\n+       x=\"543.29498\"\n+       y=\"1018.1843\"\n+       id=\"text4090-8-7-8-7-6-3-8-2-5-3\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"543.29498\"\n+         y=\"1018.1843\"\n+         id=\"tspan4092-8-6-3-1-8-4-4-5-3-7\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Suggestions / Updates?</tspan></text>\n+    <g\n+       id=\"g3268\"\n+       transform=\"translate(0,-6)\">\n+      <text\n+         sodipodi:linespacing=\"125%\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         xml:space=\"preserve\"\n+         id=\"text4090-8-1-8\"\n+         y=\"704.07019\"\n+         x=\"41.658669\"><tspan\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+           id=\"tspan4092-8-7-6\"\n+           y=\"704.07019\"\n+           x=\"41.658669\">+ Patch version ( eg: -v2 ) </tspan></text>\n+      <text\n+         sodipodi:linespacing=\"125%\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         xml:space=\"preserve\"\n+         id=\"text4090-8-1-8-0\"\n+         y=\"736.29175\"\n+         x=\"41.658669\"><tspan\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+           id=\"tspan4092-8-7-6-2\"\n+           y=\"736.29175\"\n+           x=\"41.658669\">+ Patch version annotations</tspan></text>\n+      <text\n+         sodipodi:linespacing=\"125%\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         xml:space=\"preserve\"\n+         id=\"text4090-8-1-8-6\"\n+         y=\"766.70355\"\n+         x=\"41.911205\"><tspan\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+           id=\"tspan4092-8-7-6-1\"\n+           y=\"766.70355\"\n+           x=\"41.911205\">+ Send --to maintainer </tspan></text>\n+      <text\n+         sodipodi:linespacing=\"125%\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         xml:space=\"preserve\"\n+         id=\"text4090-8-1-8-6-3\"\n+         y=\"795.30548\"\n+         x=\"41.658669\"><tspan\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+           id=\"tspan4092-8-7-6-1-8\"\n+           y=\"795.30548\"\n+           x=\"41.658669\">+ Send --cc dev@dpdk.org </tspan></text>\n+      <text\n+         sodipodi:linespacing=\"125%\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         xml:space=\"preserve\"\n+         id=\"text4090-8-1-8-9\"\n+         y=\"675.25287\"\n+         x=\"41.658669\"><tspan\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+           id=\"tspan4092-8-7-6-9\"\n+           y=\"675.25287\"\n+           x=\"41.658669\">+ Cover letter</tspan></text>\n+      <g\n+         id=\"g3303\"\n+         transform=\"translate(1.0962334,-40.034939)\">\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-1-8-65\"\n+           y=\"868.70337\"\n+           x=\"41.572586\"><tspan\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-7-6-10\"\n+             y=\"868.70337\"\n+             x=\"41.572586\">+ Send --in-reply-to &lt;message ID&gt;<tspan\n+   style=\"font-size:20px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+   id=\"tspan3184\" /></tspan></text>\n+        <text\n+           sodipodi:linespacing=\"125%\"\n+           style=\"font-size:25.6917057px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           xml:space=\"preserve\"\n+           id=\"text4090-8-1-8-9-1\"\n+           y=\"855.79816\"\n+           x=\"460.18405\"><tspan\n+             style=\"font-size:11.56126785px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+             id=\"tspan4092-8-7-6-9-7\"\n+             y=\"855.79816\"\n+             x=\"460.18405\">****</tspan></text>\n+      </g>\n+    </g>\n+    <text\n+       x=\"685.67828\"\n+       y=\"76.55056\"\n+       id=\"text4090-8-1-8-9-1-9\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:20.20989037px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"685.67828\"\n+         y=\"76.55056\"\n+         id=\"tspan4092-8-7-6-9-7-4\"\n+         style=\"font-size:9.09445095px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">v1.0</tspan></text>\n+    <rect\n+       width=\"342.3053\"\n+       height=\"155.54948\"\n+       rx=\"9.2344503\"\n+       ry=\"9.2344503\"\n+       x=\"377.58942\"\n+       y=\"114.55766\"\n+       id=\"rect3239-0-9-4-2-1\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:0.76930124;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <rect\n+       width=\"342.12564\"\n+       height=\"236.79482\"\n+       rx=\"10.647112\"\n+       ry=\"9.584527\"\n+       x=\"25.642178\"\n+       y=\"356.86249\"\n+       id=\"rect3239-0-9-4-2-0\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:0.9489302;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <rect\n+       width=\"341.98428\"\n+       height=\"312.73181\"\n+       rx=\"8.5358429\"\n+       ry=\"8.5358429\"\n+       x=\"377.96762\"\n+       y=\"280.45331\"\n+       id=\"rect3239-0-9-4-2-1-9\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <path\n+       d=\"m 387.02742,157.3408 323.14298,0\"\n+       id=\"path4088-8\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"\n+       inkscape:connector-curvature=\"0\" />\n+    <path\n+       d=\"m 36.504486,397.33869 323.142974,0\"\n+       id=\"path4088-82\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"\n+       inkscape:connector-curvature=\"0\" />\n+    <path\n+       d=\"m 35.494337,156.92238 323.142983,0\"\n+       id=\"path4088-4\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"\n+       inkscape:connector-curvature=\"0\" />\n+    <g\n+       transform=\"translate(1.0962334,-30.749225)\"\n+       id=\"g3363\">\n+      <text\n+         x=\"45.371201\"\n+         y=\"214.1572\"\n+         id=\"text4090-8-11\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"45.371201\"\n+           y=\"214.1572\"\n+           id=\"tspan4092-8-52\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Signed-off-by: </tspan></text>\n+      <text\n+         x=\"45.371201\"\n+         y=\"243.81795\"\n+         id=\"text4090-8-7-8\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"45.371201\"\n+           y=\"243.81795\"\n+           id=\"tspan4092-8-6-3\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Suggested-by:</tspan></text>\n+      <text\n+         x=\"45.371201\"\n+         y=\"273.90939\"\n+         id=\"text4090-8-7-8-7\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"45.371201\"\n+           y=\"273.90939\"\n+           id=\"tspan4092-8-6-3-1\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Reported-by:</tspan></text>\n+      <text\n+         x=\"45.371201\"\n+         y=\"304.00082\"\n+         id=\"text4090-8-7-8-7-6\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"45.371201\"\n+           y=\"304.00082\"\n+           id=\"tspan4092-8-6-3-1-8\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Tested-by:</tspan></text>\n+      <g\n+         id=\"g3297\"\n+         transform=\"translate(1.1147904,-7.2461378)\">\n+        <text\n+           x=\"45.371201\"\n+           y=\"368.8187\"\n+           id=\"text4090-8-7-8-7-6-3\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"45.371201\"\n+             y=\"368.8187\"\n+             id=\"tspan4092-8-6-3-1-8-4\"\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Previous Acks</tspan></text>\n+        <text\n+           x=\"235.24362\"\n+           y=\"360.3028\"\n+           id=\"text4090-8-1-8-9-1-4\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:25.6917057px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"235.24362\"\n+             y=\"360.3028\"\n+             id=\"tspan4092-8-7-6-9-7-0\"\n+             style=\"font-size:11.56126785px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      </g>\n+      <text\n+         x=\"45.371201\"\n+         y=\"334.52298\"\n+         id=\"text4090-8-7-8-7-6-3-4\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"45.371201\"\n+           y=\"334.52298\"\n+           id=\"tspan4092-8-6-3-1-8-4-0\"\n+           style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Commit message</tspan></text>\n+    </g>\n+    <rect\n+       width=\"295.87207\"\n+       height=\"164.50136\"\n+       rx=\"7.3848925\"\n+       ry=\"4.489974\"\n+       x=\"414.80502\"\n+       y=\"611.47064\"\n+       id=\"rect3239-0-9-4-2-1-9-9\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <text\n+       x=\"439.4429\"\n+       y=\"638.35608\"\n+       id=\"text4090-1-4\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"439.4429\"\n+         y=\"638.35608\"\n+         id=\"tspan4092-38-8\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Mailing List</tspan></text>\n+    <text\n+       x=\"431.55353\"\n+       y=\"675.59857\"\n+       id=\"text4090-8-5-6-9-4-6-6-8\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"431.55353\"\n+         y=\"675.59857\"\n+         id=\"tspan4092-8-5-5-3-4-0-6-2\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Acked-by:</tspan></text>\n+    <text\n+       x=\"431.39734\"\n+       y=\"734.18231\"\n+       id=\"text4090-8-5-6-9-4-6-6-8-5\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"431.39734\"\n+         y=\"734.18231\"\n+         id=\"tspan4092-8-5-5-3-4-0-6-2-1\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Reviewed-by:</tspan></text>\n+    <text\n+       x=\"450.8428\"\n+       y=\"766.5578\"\n+       id=\"text4090-8-5-6-9-4-6-6-8-7\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"450.8428\"\n+         y=\"766.5578\"\n+         id=\"tspan4092-8-5-5-3-4-0-6-2-11\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">Nack (refuse patch)</tspan></text>\n+    <path\n+       d=\"m 426.99385,647.80575 272.72607,0\"\n+       id=\"path4088-7-5\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\"\n+       inkscape:connector-curvature=\"0\" />\n+    <path\n+       d=\"m 424.7332,742.35699 272.72607,0\"\n+       id=\"path4088-7-5-2\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\"\n+       inkscape:connector-curvature=\"0\" />\n+    <text\n+       x=\"431.39734\"\n+       y=\"704.78278\"\n+       id=\"text4090-8-5-6-9-4-6-6-8-5-1\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"431.39734\"\n+         y=\"704.78278\"\n+         id=\"tspan4092-8-5-5-3-4-0-6-2-1-7\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Tested-by:</tspan></text>\n+    <g\n+       transform=\"translate(1.0962334,-2.7492248)\"\n+       id=\"g3613\">\n+      <text\n+         x=\"43.146141\"\n+         y=\"1007.5879\"\n+         id=\"text4090-8-7-8-7-6-3-8\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"43.146141\"\n+           y=\"1007.5879\"\n+           id=\"tspan4092-8-6-3-1-8-4-4\"\n+           style=\"font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace\">Previous Acks only when fixing typos, rebased, or checkpatch issues.</tspan></text>\n+      <text\n+         x=\"30.942892\"\n+         y=\"1011.3757\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"30.942892\"\n+           y=\"1011.3757\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+    </g>\n+    <g\n+       transform=\"translate(1.0962334,-2.7492248)\"\n+       id=\"g3605\">\n+      <text\n+         x=\"42.176418\"\n+         y=\"1020.4383\"\n+         id=\"text4090-8-7-8-7-6-3-8-4\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"42.176418\"\n+           y=\"1020.4383\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55\"\n+           style=\"font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace\">The version.map function names must be in alphabetical order.</tspan></text>\n+      <text\n+         x=\"30.942892\"\n+         y=\"1024.2014\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-5\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"30.942892\"\n+           y=\"1024.2014\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-2\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      <text\n+         x=\"25.247679\"\n+         y=\"1024.2014\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-5-6\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"25.247679\"\n+           y=\"1024.2014\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-2-8\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+    </g>\n+    <g\n+       transform=\"translate(1.0962334,-30.749225)\"\n+       id=\"g3275\">\n+      <g\n+         id=\"g3341\">\n+        <text\n+           x=\"394.78601\"\n+           y=\"390.17807\"\n+           id=\"text4090-8\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"394.78601\"\n+             y=\"390.17807\"\n+             id=\"tspan4092-8\"\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Rebase to git  </tspan></text>\n+        <text\n+           x=\"394.78601\"\n+           y=\"420.24835\"\n+           id=\"text4090-8-5\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"394.78601\"\n+             y=\"420.24835\"\n+             id=\"tspan4092-8-5\"\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Checkpatch </tspan></text>\n+        <text\n+           x=\"394.78601\"\n+           y=\"450.53394\"\n+           id=\"text4090-8-5-6\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"394.78601\"\n+             y=\"450.53394\"\n+             id=\"tspan4092-8-5-5\"\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ ABI breakage </tspan></text>\n+        <text\n+           x=\"394.78601\"\n+           y=\"513.13031\"\n+           id=\"text4090-8-5-6-9-4\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"394.78601\"\n+             y=\"513.13031\"\n+             id=\"tspan4092-8-5-5-3-4\"\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Maintainers file</tspan></text>\n+        <text\n+           x=\"394.78601\"\n+           y=\"573.48621\"\n+           id=\"text4090-8-5-6-9-4-6\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"394.78601\"\n+             y=\"573.48621\"\n+             id=\"tspan4092-8-5-5-3-4-0\"\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Release notes</tspan></text>\n+        <text\n+           x=\"395.79617\"\n+           y=\"603.98718\"\n+           id=\"text4090-8-5-6-9-4-6-6\"\n+           xml:space=\"preserve\"\n+           style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+           sodipodi:linespacing=\"125%\"><tspan\n+             x=\"395.79617\"\n+             y=\"603.98718\"\n+             id=\"tspan4092-8-5-5-3-4-0-6\"\n+             style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Documentation</tspan></text>\n+        <g\n+           transform=\"translate(0,-0.83470152)\"\n+           id=\"g3334\">\n+          <g\n+             id=\"g3267\"\n+             transform=\"translate(-13.517932,3.1531035)\">\n+            <text\n+               x=\"660.46729\"\n+               y=\"468.01297\"\n+               id=\"text4090-8-1-8-9-1-4-1\"\n+               xml:space=\"preserve\"\n+               style=\"font-size:25.6917057px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+               sodipodi:linespacing=\"125%\"><tspan\n+                 x=\"660.46729\"\n+                 y=\"468.01297\"\n+                 id=\"tspan4092-8-7-6-9-7-0-7\"\n+                 style=\"font-size:11.56126785px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">**</tspan></text>\n+          </g>\n+          <text\n+             x=\"394.78601\"\n+             y=\"483.59955\"\n+             id=\"text4090-8-5-6-9\"\n+             xml:space=\"preserve\"\n+             style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+             sodipodi:linespacing=\"125%\"><tspan\n+               x=\"394.78601\"\n+               y=\"483.59955\"\n+               id=\"tspan4092-8-5-5-3\"\n+               style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Update version.map</tspan></text>\n+        </g>\n+        <g\n+           id=\"g3428\"\n+           transform=\"translate(0,0.88137813)\">\n+          <text\n+             x=\"394.78601\"\n+             y=\"541.38928\"\n+             id=\"text4090-8-5-6-9-4-6-1\"\n+             xml:space=\"preserve\"\n+             style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+             sodipodi:linespacing=\"125%\"><tspan\n+               x=\"394.78601\"\n+               y=\"541.38928\"\n+               id=\"tspan4092-8-5-5-3-4-0-7\"\n+               style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+ Doxygen</tspan></text>\n+          <g\n+             transform=\"translate(-119.92979,57.949844)\"\n+             id=\"g3267-9\">\n+            <text\n+               x=\"628.93628\"\n+               y=\"473.13675\"\n+               id=\"text4090-8-1-8-9-1-4-1-4\"\n+               xml:space=\"preserve\"\n+               style=\"font-size:25.6917057px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+               sodipodi:linespacing=\"125%\"><tspan\n+                 x=\"628.93628\"\n+                 y=\"473.13675\"\n+                 id=\"tspan4092-8-7-6-9-7-0-7-8\"\n+                 style=\"font-size:11.56126785px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">***</tspan></text>\n+          </g>\n+        </g>\n+      </g>\n+    </g>\n+    <text\n+       x=\"840.1828\"\n+       y=\"234.34692\"\n+       transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"\n+       id=\"text4090-8-5-6-9-4-6-6-8-7-4\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         x=\"840.1828\"\n+         y=\"234.34692\"\n+         id=\"tspan4092-8-5-5-3-4-0-6-2-11-0\"\n+         style=\"font-size:21px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">+</tspan></text>\n+    <g\n+       transform=\"translate(1.0962334,-2.7492248)\"\n+       id=\"g3595\">\n+      <text\n+         x=\"30.942892\"\n+         y=\"1037.0271\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-2\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"30.942892\"\n+           y=\"1037.0271\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-3\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      <text\n+         x=\"25.247679\"\n+         y=\"1037.0271\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-2-5\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"25.247679\"\n+           y=\"1037.0271\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-3-7\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      <text\n+         x=\"19.552465\"\n+         y=\"1037.0271\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-2-7\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"19.552465\"\n+           y=\"1037.0271\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-3-9\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      <text\n+         x=\"42.830166\"\n+         y=\"1033.2393\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-8\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"42.830166\"\n+           y=\"1033.2393\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-2\"\n+           style=\"font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace\">New header files must get a new page in the API docs.</tspan></text>\n+    </g>\n+    <g\n+       transform=\"translate(1.0962334,-2.7492248)\"\n+       id=\"g3619\">\n+      <text\n+         x=\"42.212418\"\n+         y=\"1046.0962\"\n+         id=\"text4090-8-7-8-7-6-3-8-2\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"\n+         sodipodi:linespacing=\"125%\"><tspan\n+           x=\"42.212418\"\n+           y=\"1046.0962\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-5\"\n+           style=\"font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace\">Available from patchwork, or email header. Reply to Cover letters.</tspan></text>\n+      <text\n+         x=\"31.140535\"\n+         y=\"1049.8527\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-2-2\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"31.140535\"\n+           y=\"1049.8527\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-3-3\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      <text\n+         x=\"25.445322\"\n+         y=\"1049.8527\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-2-5-2\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"25.445322\"\n+           y=\"1049.8527\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-3-7-2\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      <text\n+         x=\"19.750109\"\n+         y=\"1049.8527\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-2-7-1\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"19.750109\"\n+           y=\"1049.8527\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-3-9-6\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+      <text\n+         x=\"14.016749\"\n+         y=\"1049.8527\"\n+         id=\"text4090-8-7-8-7-6-3-8-4-1-2-7-1-8\"\n+         xml:space=\"preserve\"\n+         style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace Bold\"><tspan\n+           x=\"14.016749\"\n+           y=\"1049.8527\"\n+           id=\"tspan4092-8-6-3-1-8-4-4-55-7-3-9-6-5\"\n+           style=\"font-size:13px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace Bold\">*</tspan></text>\n+    </g>\n+    <rect\n+       width=\"196.44218\"\n+       height=\"45.785767\"\n+       rx=\"10.771052\"\n+       ry=\"10.771052\"\n+       x=\"531.44666\"\n+       y=\"998.50568\"\n+       id=\"rect3239-0-9-4-2-1-9-9-7\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <rect\n+       width=\"678.43036\"\n+       height=\"43.497677\"\n+       rx=\"7.8557949\"\n+       ry=\"6.7630997\"\n+       x=\"31.274473\"\n+       y=\"836.69745\"\n+       id=\"rect3239-0-9-4-3-6\"\n+       style=\"fill:none;stroke:#00233b;stroke-width:0.92794865;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\" />\n+    <text\n+       x=\"73.804535\"\n+       y=\"864.28137\"\n+       id=\"text4090-8-1-8-65-9-1\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:19px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         sodipodi:role=\"line\"\n+         x=\"73.804535\"\n+         y=\"864.28137\"\n+         id=\"tspan3266-8\">git format-patch -[N]</tspan></text>\n+    <text\n+       x=\"342.70221\"\n+       y=\"862.83478\"\n+       id=\"text4090-8-1-8-65-9-1-7\"\n+       xml:space=\"preserve\"\n+       style=\"font-size:19px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Monospace;-inkscape-font-specification:Monospace\"\n+       sodipodi:linespacing=\"125%\"><tspan\n+         sodipodi:role=\"line\"\n+         x=\"342.70221\"\n+         y=\"862.83478\"\n+         id=\"tspan3266-8-2\"\n+         style=\"font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Monospace;-inkscape-font-specification:Monospace\">// creates .patch files for final review</tspan></text>\n+  </g>\n+</svg>\ndiff --git a/doc/guides/contributing/index.rst b/doc/guides/contributing/index.rst\nindex 561427b..8dadb20 100644\n--- a/doc/guides/contributing/index.rst\n+++ b/doc/guides/contributing/index.rst\n@@ -9,3 +9,4 @@ Contributor's Guidelines\n     design\n     versioning\n     documentation\n+    cheatsheet\n",
    "prefixes": [
        "dpdk-dev",
        "v3"
    ]
}