{"id":37836,"date":"2023-01-13T11:19:35","date_gmt":"2023-01-13T11:19:35","guid":{"rendered":"https:\/\/codeandpepper.com\/?p=37836"},"modified":"2023-01-13T11:19:37","modified_gmt":"2023-01-13T11:19:37","slug":"how-to-make-a-bug-report","status":"publish","type":"post","link":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/","title":{"rendered":"How to Make a Good Bug Report?"},"content":{"rendered":"\n<p>Bug reporting is a skill that everyone in the software development team should have. It helps to build the application while making the process shorter, more efficient and cheaper as a result. Dedicated quality assurance (QA) team is a must but there are ways to teach developers and other specialists the art of bug reporting. How to make a good bug report?<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>While QA specialists are trained and look for bugs on purpose, everyone else can be treated, at least to a point, as a user. QA team is the best example of that because they just try to use the app. At the same time, they cherry-pick features and try to break them to see if anything stick and if there\u2019s a problem. These two viewpoints \u2013 developer that know the app best and a QA member that works in a \u201c<strong>detective mode<\/strong>\u201d so to speak, complement each other immensely.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-key-to-successful-application-building-lies-in-communication\"><strong>The key to successful application building lies in communication<\/strong><\/h2>\n\n\n\n<p>Like everything in life, being able to send and receive messages is vital. Same goes for <a href=\"https:\/\/codeandpepper.com\/services\/end-to-end-software-development\">software development<\/a>. Other members of the team should understand the problem and being able to mitigate if for the future. If the bug repost isn\u2019t clear enough, the work is not done properly.<\/p>\n\n\n\n<p><strong>Clear messaging, as well as precision, is very important. Don\u2019t be afraid of simplify things for others to understand<\/strong>. Nobody is writing a novel for the Booker Award. It\u2019s the ability to understand the problem in a timely matter is what saves the day.<\/p>\n\n\n\n<p>Being unclear in the bug ticket prolongs the day for everybody. At the end, it can even generate additional and high costs, due to failure to understand, replicate and fix the bug. Furthermore, the bug will probably remain unresolved.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-when-should-you-report-a-bug-and-what-are-the-stakeholders\"><strong>When should you report a bug and what are the stakeholders?<\/strong><\/h2>\n\n\n\n<p>Naturally, bugs can be found at any moment in the Software Development Life Cycle (SDLC). A QA Specialist or any other member of development team should report it immediately. Partially because it\u2019s cheaper that way moving on (bugs won\u2019t generate other problems and pile up), but mainly because it\u2019s efficient. Project Managers (PMs) can estimate the resources needed to address the bug and allocate time and manpower.<\/p>\n\n\n\n<p><strong>There are few stakeholders to think about. Software developers being the most obvious on<\/strong>e. As a group actor, they move with the flow. A particular bug fixing could be addressed to a specific member of the team. Alternatively, each developer can pick and choose the bug from the list.<\/p>\n\n\n\n<p><strong>QA members are also important<\/strong>. If something is reported once, there is little chance the report will be duplicated elsewhere, wasting team\u2019s time. Awareness is also relevant. By reporting a bug, other QA Specialists will know about the issue and look for a similar problem or expand on the existing one, searching for additional problems generated by this bug.<\/p>\n\n\n\n<p><strong>Project Manager is vital for operations<\/strong>. If the bug is complex and demands allocating multiple developers, a PM is the right person for the job. He or she will assure proper steps and assign countermeasures to various developers.<\/p>\n\n\n\n<p><strong>The last important piece of the puzzle \u2013 client<\/strong>. The client is usually involved if the bug is found after the release and potentially prevents the app to receive updates or is major enough to cause trouble in the prolonged period of time. The client must be informed about the situation. He or she also needs to know the steps and timetable for fixing the issue.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-difference-between-a-good-and-bad-bug-report\"><strong>The difference between a good and bad bug report<\/strong><\/h2>\n\n\n\n<p>Finding and reporting a bug isn\u2019t enough. To understand what\u2019s going on, the developer reading a bug ticket needs to understand the bug and the context, as well as steps to replicate the issue. The final part of the equation is the ability to anticipate the result. In other words \u2013 what will happen if we can\u2019t fix the bug.<\/p>\n\n\n\n<p>That\u2019s where \u201cstreet lights\u201d comes in. Red stop, yellow prepare, walk on green. If the matter is urgent and breaks the app, then the bug is critical. If it\u2019s significant, then it should be marked as important. Minor bugs are last in the queue.<\/p>\n\n\n\n<p>The well-composed bug ticket means that the problem can be addressed in the reasonable timeframe, saving time and money. It also builds a developer \u2013 QA relationship built on quality and trust, which is invaluable in <a href=\"https:\/\/codeandpepper.com\/api-first-design\">software development process<\/a>. A good ticket allows re-testing the bug and maintains realistic product deadlines.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-bake-or-break-the-recipe-for-clear-bug-reporting\"><strong>Bake or break \u2013 the recipe for clear bug reporting<\/strong><\/h2>\n\n\n\n<p>In reality, bug reporting is like following a recipe. There are few ingredients and you should follow it. If proportions are wrong or something is missing, the cake can\u2019t be made.<\/p>\n\n\n\n<p><strong>Acknowledge that you have found the bug and assign the proper developer to fix it<\/strong>. Most quality tracking apps like JIRA will take care of this for you but assignment is important. If you know who was responsible for what, pick a developer. If not sure, let Project Manager handle the case.<\/p>\n\n\n\n<p><strong>Describe the problem thoroughly<\/strong>. Sometimes even the title fixes the bug; it\u2019s that obvious. In most cases, the proper description sends developers on the right path. Be sure that the title is clear enough to know what\u2019s the problem and description is top notch. Build a context for the bug (more on that in a moment).<\/p>\n\n\n\n<p><strong>Prepare a list of steps to reproduce the bug<\/strong>. The most critical step of all. Sometimes people are vague in this regard. Describe, step by step, what led to the bug occurrence. What user behavior did you display while using the app? What did you do or not do? Do not assume people know about the bug from talks in the kitchen over coffee. Describe the problem the best you can and don\u2019t skip details.<\/p>\n\n\n\n<p><strong>App\u2019s behavior after reproduction<\/strong>. Also, very important. Sometimes product behaves differently before and after repetition of the same procedure. Focus on the reproduction steps and figure out, to the best of your knowledge, what makes the app act differently. Describe how the system works and how it should work under normal circumstances.<\/p>\n\n\n\n<p><strong>Severity &amp; priority. <\/strong>The bug can be critical, major, minor, or trivial. This dictates urgency and conduct. If there are many bugs in the backlog, a&nbsp;bug triage meeting&nbsp;should be held that includes the Product Owner or Project Manager to review the severity and priority that is assigned. Medical reference is pretty useful one \u2013 after all, we want to heal the app!<\/p>\n\n\n\n<p><strong>Environment &amp; devices. <\/strong>On what device did you test? For how long? What software was installed? In what version? From your experience \u2013 did the setup could affect the bug occurrence or reproduction? What operating system was on at the time, in what version? All these information is critical for reproduction of the bug.<\/p>\n\n\n\n<p><strong>Version-related context<\/strong>. What version of the app itself, and surrounding ecosystem was installed during the testing procedure? What operating system? This helps developers track the bug down to the last released version of the code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-summary\"><strong>Summary<\/strong><\/h2>\n\n\n\n<p>In theory, everyone knows what they are doing and supposed to do. In real-world scenario, bug reporting if often missing context or other vital information. At Code &amp; Pepper we prioritize apps\u2019 performance and security, UX\/UI but don\u2019t forget about overall quality.<\/p>\n\n\n\n<p>No matter if you want to <a href=\"https:\/\/codeandpepper.com\/services\/mobile-app-development-company\">build FinTech product from scratch<\/a> or hire <a href=\"https:\/\/codeandpepper.com\/services\/software-team-augmentation\">software teams for augmentation<\/a> purposes. We got you covered. Quality goes hand in hand with performance. We stand out by making it happen every single time.<\/p>\n\n\n\n\n\n<section id=\"contact\" class=\"contact-block block common-block \">\n  <div class=\"container\">\n\n\n    \n  <svg class=\"wave\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"280\" height=\"9\" viewBox=\"0 0 280 9\">\n    <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 3.6c2.88 0 4.18-.668 5.824-1.515C7.724 1.108 9.879 0 13.998 0c4.12 0 6.274 1.108 8.175 2.085 1.644.847 2.943 1.515 5.823 1.515 2.88 0 4.179-.668 5.824-1.515C35.72 1.108 37.874 0 41.995 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.824 1.515 2.88 0 4.18-.668 5.826-1.515C63.719 1.108 65.873 0 69.993 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.18-.668 5.825-1.515C91.715 1.108 93.87 0 97.99 0c4.12 0 6.273 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.178-.668 5.824-1.515 1.9-.977 4.054-2.085 8.173-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.055-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.179-.668 5.824-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.274 1.108 8.175 2.085 1.646.847 2.946 1.515 5.826 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.881 0 4.18-.668 5.827-1.515 1.9-.977 4.056-2.085 8.176-2.085 4.121 0 6.276 1.108 8.177 2.085 1.646.847 2.946 1.515 5.827 1.515s4.181-.668 5.828-1.515C259.718 1.108 261.873 0 265.995 0c4.121 0 6.275 1.108 8.177 2.084 1.645.848 2.946 1.516 5.828 1.516V9h-.007l-5.252-.793c-1.129-.382-2.056-.848-2.919-1.291-1.646-.847-2.946-1.516-5.827-1.516-2.882 0-4.183.669-5.829 1.516-1.9.977-4.056 2.084-8.177 2.084-4.12 0-6.275-1.107-8.176-2.084-1.647-.847-2.947-1.516-5.828-1.516-2.88 0-4.18.669-5.827 1.516-1.9.977-4.055 2.084-8.176 2.084-4.12 0-6.273-1.107-8.175-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.826 1.516c-1.9.977-4.055 2.084-8.175 2.084-4.12 0-6.275-1.107-8.176-2.084-1.644-.847-2.945-1.516-5.825-1.516-2.88 0-4.18.669-5.825 1.516-1.9.977-4.054 2.084-8.174 2.084-4.12 0-6.274-1.107-8.176-2.084-1.644-.847-2.943-1.516-5.823-1.516-2.88 0-4.18.669-5.826 1.516-1.9.977-4.054 2.084-8.175 2.084-4.12 0-6.274-1.107-8.174-2.084-1.646-.847-2.946-1.516-5.825-1.516s-4.179.669-5.824 1.516c-1.9.977-4.053 2.084-8.173 2.084s-6.273-1.107-8.173-2.084c-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.179.669-5.824 1.516C90.265 7.893 88.11 9 83.99 9c-4.12 0-6.273-1.107-8.173-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.825 1.516C62.268 7.893 60.113 9 55.993 9c-4.12 0-6.274-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.18.669-5.825 1.516C34.27 7.893 32.116 9 27.996 9c-4.12 0-6.273-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516s-4.179.669-5.824 1.516C7.311 7.359 1.127 8.618 0 9\"\/>\n<\/svg>\n\n<h2 class=\"block-title section-title\">\n  Let&#8217;s talk about your project &#8211; free of charge, free of bugs!<\/h2>\n\n\n  <div class=\"block-description typography-body\">\n    <p>Do you want to develop a FinTech project? Let&#8217;s talk about it. It will cost you nothing, and give new perspective, and estimation.<\/p>\n  <\/div>\n\n    \n          <div class=\"contact-block-person\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"90\" height=\"90\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/09\/Olga_Pogorzelska_online-6-90x90.png\" class=\"contact-block-person-image\" alt=\"\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/09\/Olga_Pogorzelska_online-6-90x90.png 90w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/09\/Olga_Pogorzelska_online-6-150x150.png 150w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/09\/Olga_Pogorzelska_online-6-140x140.png 140w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/09\/Olga_Pogorzelska_online-6-160x160.png 160w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/09\/Olga_Pogorzelska_online-6-136x136.png 136w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/09\/Olga_Pogorzelska_online-6.png 200w\" sizes=\"auto, (max-width: 90px) 100vw, 90px\" \/>        <div class=\"contact-block-person-text\">\n          <div class=\"typography-title-m\">\n            Olga Pogorzelska          <\/div>\n          <div class=\"typography-body-medium\">\n            New Business          <\/div>\n        <\/div>\n      <\/div>\n    \n\n    <form class=\"contact-form\" method=\"POST\" action=\"https:\/\/codeandpepper.com\/wp-admin\/admin-ajax.php\">\n            <amp-recaptcha-input layout=\"nodisplay\" name=\"recaptcha_token\" data-sitekey=\"6LeEo8cqAAAAABpahzrYQeEsO-xoutAjoIkrKpTB\" data-action=\"contact_block\"><\/amp-recaptcha-input>\n            <input type=\"hidden\" name=\"action\" value=\"contact_block_submit\" \/>\n      <input type=\"hidden\" name=\"block\" value=\"smallContactForm\" \/>\n      <input id=\"contact-email\" type=\"email\" name=\"email\" placeholder=\"Email\" class=\"gtm_form_input\" required>\n      <label for=\"contact-email\" class=\"contact-block-hidden-label\">Email<\/label>\n      <input id=\"contact-name\" type=\"text\" name=\"name\" placeholder=\"Full name\" class=\"gtm_form_input\" required>\n      <label for=\"contact-name\" class=\"contact-block-hidden-label\">\n        Full name      <\/label>\n\n      <input type=\"submit\" name=\"submit\" value=\"GET A QUOTE\" class=\"gtm_form_submit btn-big\">\n\n      <div submitting>\n      <\/div>\n      <div id=\"TYPSmallForm\" class=\"submit-msg submit-success\" submit-success>\n        <template type=\"amp-mustache\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\">\n    <g fill=\"none\" fill-rule=\"evenodd\">\n        <g stroke=\"#FFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(1 1)\">\n            <path d=\"M17 8.5l-7.5 7L7 13\"\/>\n            <circle cx=\"12\" cy=\"12\" r=\"11.5\"\/>\n        <\/g>\n        <path d=\"M1 1h24v24H1z\"\/>\n    <\/g>\n<\/svg>\n          Your message has been sent. We will get back to you as soon as possible.\n        <\/template>\n      <\/div>\n      <div id=\"ErrorSmallForm\" class=\"submit-msg submit-error\" submit-error>\n        <template type=\"amp-mustache\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewBox=\"0 0 25 25\">\n    <g fill=\"none\" fill-rule=\"evenodd\">\n        <g stroke=\"currentColor\" stroke-linejoin=\"round\">\n            <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M23.498 12.31c.105 6.075-4.923 11.086-10.998 11.192-6.074.104-10.893-4.734-10.998-10.81C1.396 6.619 6.426 1.606 12.5 1.502c6.074-.106 10.893 4.734 10.998 10.808zM12.5 14V7\"\/>\n            <path fill=\"currentColor\" stroke-width=\"1.5\" d=\"M13 17.5a.5.5 0 0 1-1 0 .5.5 0 0 1 1 0z\"\/>\n        <\/g>\n        <path d=\"M1 0h24v24H1z\"\/>\n    <\/g>\n<\/svg>\n          Oops! Something went wrong. Please try again later.\n        <\/template>\n      <\/div>\n    <\/form>\n\n\n  <\/div>\n<\/section>\n<style type=\"text\/css\">\n  #contact {\n    background: #009fe3;\n    color: #FFFFFF;\n  }\n\n  #contactsvg {\n    color: #ffffff;\n  }\n<\/style>\n\n<section id=\"related-posts-block_63c13dd026681\" class=\"related-posts-block block common-block \">\n  <div class=\"container\">\n\n\n    \n  <svg class=\"wave\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"280\" height=\"9\" viewBox=\"0 0 280 9\">\n    <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 3.6c2.88 0 4.18-.668 5.824-1.515C7.724 1.108 9.879 0 13.998 0c4.12 0 6.274 1.108 8.175 2.085 1.644.847 2.943 1.515 5.823 1.515 2.88 0 4.179-.668 5.824-1.515C35.72 1.108 37.874 0 41.995 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.824 1.515 2.88 0 4.18-.668 5.826-1.515C63.719 1.108 65.873 0 69.993 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.18-.668 5.825-1.515C91.715 1.108 93.87 0 97.99 0c4.12 0 6.273 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.178-.668 5.824-1.515 1.9-.977 4.054-2.085 8.173-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.055-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.179-.668 5.824-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.274 1.108 8.175 2.085 1.646.847 2.946 1.515 5.826 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.881 0 4.18-.668 5.827-1.515 1.9-.977 4.056-2.085 8.176-2.085 4.121 0 6.276 1.108 8.177 2.085 1.646.847 2.946 1.515 5.827 1.515s4.181-.668 5.828-1.515C259.718 1.108 261.873 0 265.995 0c4.121 0 6.275 1.108 8.177 2.084 1.645.848 2.946 1.516 5.828 1.516V9h-.007l-5.252-.793c-1.129-.382-2.056-.848-2.919-1.291-1.646-.847-2.946-1.516-5.827-1.516-2.882 0-4.183.669-5.829 1.516-1.9.977-4.056 2.084-8.177 2.084-4.12 0-6.275-1.107-8.176-2.084-1.647-.847-2.947-1.516-5.828-1.516-2.88 0-4.18.669-5.827 1.516-1.9.977-4.055 2.084-8.176 2.084-4.12 0-6.273-1.107-8.175-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.826 1.516c-1.9.977-4.055 2.084-8.175 2.084-4.12 0-6.275-1.107-8.176-2.084-1.644-.847-2.945-1.516-5.825-1.516-2.88 0-4.18.669-5.825 1.516-1.9.977-4.054 2.084-8.174 2.084-4.12 0-6.274-1.107-8.176-2.084-1.644-.847-2.943-1.516-5.823-1.516-2.88 0-4.18.669-5.826 1.516-1.9.977-4.054 2.084-8.175 2.084-4.12 0-6.274-1.107-8.174-2.084-1.646-.847-2.946-1.516-5.825-1.516s-4.179.669-5.824 1.516c-1.9.977-4.053 2.084-8.173 2.084s-6.273-1.107-8.173-2.084c-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.179.669-5.824 1.516C90.265 7.893 88.11 9 83.99 9c-4.12 0-6.273-1.107-8.173-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.825 1.516C62.268 7.893 60.113 9 55.993 9c-4.12 0-6.274-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.18.669-5.825 1.516C34.27 7.893 32.116 9 27.996 9c-4.12 0-6.273-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516s-4.179.669-5.824 1.516C7.311 7.359 1.127 8.618 0 9\"\/>\n<\/svg>\n\n<h2 class=\"block-title section-title\">\n  Related posts<\/h2>\n\n\n\n    <div>\n      <div class=\"related-posts\">\n                  <div class=\"related-post\">\n            <h3 class=\"related-post-title typography-title-m\">\n              <a href=\"https:\/\/codeandpepper.com\/top-software-testing-trends-to-follow-in-2021\/\" title=\"Top Software Testing Trends in 2021\">\n                Top Software Testing Trends in 2021              <\/a>\n            <\/h3>\n                          <a class=\"related-post-thumbnail\" aria-label=\"Top Software Testing Trends in 2021\" href=\"https:\/\/codeandpepper.com\/top-software-testing-trends-to-follow-in-2021\/\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"189\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/10\/Top_trends_QA_2021.jpg\" class=\"attachment-blog-thumbnail size-blog-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/10\/Top_trends_QA_2021.jpg 864w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/10\/Top_trends_QA_2021-768x400.jpg 768w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/10\/Top_trends_QA_2021-192x100.jpg 192w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/10\/Top_trends_QA_2021-720x375.jpg 720w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/10\/Top_trends_QA_2021-432x225.jpg 432w\" sizes=\"auto, (max-width: 360px) 100vw, 360px\" \/>              <\/a>\n                        <p class=\"related-post-description typography-body-smaller\">\n              Quality Assurance is the first line of defence against product failure. Read about the latest trends in testing to know how to sustain quality.            <\/p>\n            <a class=\"plus-link\" href=\"https:\/\/codeandpepper.com\/top-software-testing-trends-to-follow-in-2021\/\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n              <span>Full Article<\/span>\n            <\/a>\n          <\/div>\n                  <div class=\"related-post\">\n            <h3 class=\"related-post-title typography-title-m\">\n              <a href=\"https:\/\/codeandpepper.com\/importance-of-transparency-in-software-development-process\/\" title=\"Transparency in software development process\">\n                Transparency in software development process              <\/a>\n            <\/h3>\n                          <a class=\"related-post-thumbnail\" aria-label=\"Transparency in software development process\" href=\"https:\/\/codeandpepper.com\/importance-of-transparency-in-software-development-process\/\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"189\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/05\/Why-is-transparency-important.jpg\" class=\"attachment-blog-thumbnail size-blog-thumbnail wp-post-image\" alt=\"Why transparency is important during software development process\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/05\/Why-is-transparency-important.jpg 864w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/05\/Why-is-transparency-important-768x400.jpg 768w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/05\/Why-is-transparency-important-192x100.jpg 192w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/05\/Why-is-transparency-important-720x375.jpg 720w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/05\/Why-is-transparency-important-432x225.jpg 432w\" sizes=\"auto, (max-width: 360px) 100vw, 360px\" \/>              <\/a>\n                        <p class=\"related-post-description typography-body-smaller\">\n              Benefits of transparency in development process extends beyond quality of the code. It&#8217;s about trust and overall business relations.            <\/p>\n            <a class=\"plus-link\" href=\"https:\/\/codeandpepper.com\/importance-of-transparency-in-software-development-process\/\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n              <span>Full Article<\/span>\n            <\/a>\n          <\/div>\n                  <div class=\"related-post\">\n            <h3 class=\"related-post-title typography-title-m\">\n              <a href=\"https:\/\/codeandpepper.com\/software-development-process\/\" title=\"Software Development Process in 12 Steps\">\n                Software Development Process in 12 Steps              <\/a>\n            <\/h3>\n                          <a class=\"related-post-thumbnail\" aria-label=\"Software Development Process in 12 Steps\" href=\"https:\/\/codeandpepper.com\/software-development-process\/\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"189\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/01\/Code-Peppers-Development-Process-and-Approach.png\" class=\"attachment-blog-thumbnail size-blog-thumbnail wp-post-image\" alt=\"Software development process cover image\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/01\/Code-Peppers-Development-Process-and-Approach.png 1200w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/01\/Code-Peppers-Development-Process-and-Approach-768x400.png 768w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/01\/Code-Peppers-Development-Process-and-Approach-192x100.png 192w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/01\/Code-Peppers-Development-Process-and-Approach-720x375.png 720w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/01\/Code-Peppers-Development-Process-and-Approach-864x450.png 864w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/01\/Code-Peppers-Development-Process-and-Approach-432x225.png 432w\" sizes=\"auto, (max-width: 360px) 100vw, 360px\" \/>              <\/a>\n                        <p class=\"related-post-description typography-body-smaller\">\n              If you want to know what to expect from software development at Code &#038; Pepper, this is where you\u2019ll find the answers to many questions.            <\/p>\n            <a class=\"plus-link\" href=\"https:\/\/codeandpepper.com\/software-development-process\/\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n              <span>Full Article<\/span>\n            <\/a>\n          <\/div>\n              <\/div>\n    <\/div>\n\n\n  <\/div>\n<\/section>\n\n<style type=\"text\/css\">\n  #related-posts-block_63c13dd026681 {\n    background: ;\n    color: ;\n  }\n\n  #related-posts-block_63c13dd026681 .block-title {\n    color: ;\n  }\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Bug reporting is a skill that everyone in the software development team should have. It helps to build the application while making the process shorter, more efficient and cheaper as a result. Dedicated quality assurance (QA) team is a must but there are ways to teach developers and other specialists the art of bug reporting.<a class=\"moretag\" href=\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\"> Read the full article&#8230;<\/a><\/p>\n","protected":false},"author":20413,"featured_media":22095,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1651],"tags":[1598,1636,173],"class_list":["post-37836","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-qa","tag-fintech-quality-assurance","tag-quality-assurance","tag-software-development-process"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Make a Good Bug Report? | Code &amp; Pepper<\/title>\n<meta name=\"description\" content=\"Software development is complicated. How to make a clear bug report, to make the life easier? Dive into the article and find out!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Make a Good Bug Report? | Code &amp; Pepper\" \/>\n<meta property=\"og:description\" content=\"Software development is complicated. How to make a clear bug report, to make the life easier? Dive into the article and find out!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\" \/>\n<meta property=\"og:site_name\" content=\"Code &amp; Pepper\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codeandpepper\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-13T11:19:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-13T11:19:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"864\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jaros\u0142aw \u015aci\u015blak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codeandpepper\" \/>\n<meta name=\"twitter:site\" content=\"@codeandpepper\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jaros\u0142aw \u015aci\u015blak\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\"},\"author\":{\"name\":\"Jaros\u0142aw \u015aci\u015blak\",\"@id\":\"https:\/\/codeandpepper.com\/#\/schema\/person\/4d99a36115b17f10860637a13b3b3885\"},\"headline\":\"How to Make a Good Bug Report?\",\"datePublished\":\"2023-01-13T11:19:35+00:00\",\"dateModified\":\"2023-01-13T11:19:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\"},\"wordCount\":1279,\"publisher\":{\"@id\":\"https:\/\/codeandpepper.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg\",\"keywords\":[\"FinTech quality assurance\",\"Quality Assurance\",\"Software development process\"],\"articleSection\":[\"Quality Assurance\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\",\"url\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\",\"name\":\"How to Make a Good Bug Report? | Code &amp; Pepper\",\"isPartOf\":{\"@id\":\"https:\/\/codeandpepper.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg\",\"datePublished\":\"2023-01-13T11:19:35+00:00\",\"dateModified\":\"2023-01-13T11:19:37+00:00\",\"description\":\"Software development is complicated. How to make a clear bug report, to make the life easier? Dive into the article and find out!\",\"breadcrumb\":{\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage\",\"url\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg\",\"contentUrl\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg\",\"width\":864,\"height\":450},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codeandpepper.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Make a Good Bug Report?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codeandpepper.com\/#website\",\"url\":\"https:\/\/codeandpepper.com\/\",\"name\":\"Code & Pepper\",\"description\":\"FinTech Developers\",\"publisher\":{\"@id\":\"https:\/\/codeandpepper.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codeandpepper.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codeandpepper.com\/#organization\",\"name\":\"Code & Pepper\",\"url\":\"https:\/\/codeandpepper.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png\",\"contentUrl\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png\",\"width\":319,\"height\":144,\"caption\":\"Code & Pepper\"},\"image\":{\"@id\":\"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codeandpepper\/\",\"https:\/\/x.com\/codeandpepper\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codeandpepper.com\/#\/schema\/person\/4d99a36115b17f10860637a13b3b3885\",\"name\":\"Jaros\u0142aw \u015aci\u015blak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeandpepper.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ab028da5fc780b19966f305918b0045520176e8bc7c265540adcce45ab2cd0c9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ab028da5fc780b19966f305918b0045520176e8bc7c265540adcce45ab2cd0c9?s=96&d=mm&r=g\",\"caption\":\"Jaros\u0142aw \u015aci\u015blak\"},\"description\":\"Branding, marketing, business scaling, content &amp; company culture specialist. Over 20 years of experience in marketing, strategy, and writing. Learn more by visiting: scislak.com\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/jaroslawscislak\"],\"url\":\"https:\/\/codeandpepper.com\/author\/jarek-scislak\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Make a Good Bug Report? | Code &amp; Pepper","description":"Software development is complicated. How to make a clear bug report, to make the life easier? Dive into the article and find out!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/","og_locale":"en_US","og_type":"article","og_title":"How to Make a Good Bug Report? | Code &amp; Pepper","og_description":"Software development is complicated. How to make a clear bug report, to make the life easier? Dive into the article and find out!","og_url":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/","og_site_name":"Code &amp; Pepper","article_publisher":"https:\/\/www.facebook.com\/codeandpepper\/","article_published_time":"2023-01-13T11:19:35+00:00","article_modified_time":"2023-01-13T11:19:37+00:00","og_image":[{"width":864,"height":450,"url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg","type":"image\/jpeg"}],"author":"Jaros\u0142aw \u015aci\u015blak","twitter_card":"summary_large_image","twitter_creator":"@codeandpepper","twitter_site":"@codeandpepper","twitter_misc":{"Written by":"Jaros\u0142aw \u015aci\u015blak","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#article","isPartOf":{"@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/"},"author":{"name":"Jaros\u0142aw \u015aci\u015blak","@id":"https:\/\/codeandpepper.com\/#\/schema\/person\/4d99a36115b17f10860637a13b3b3885"},"headline":"How to Make a Good Bug Report?","datePublished":"2023-01-13T11:19:35+00:00","dateModified":"2023-01-13T11:19:37+00:00","mainEntityOfPage":{"@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/"},"wordCount":1279,"publisher":{"@id":"https:\/\/codeandpepper.com\/#organization"},"image":{"@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage"},"thumbnailUrl":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg","keywords":["FinTech quality assurance","Quality Assurance","Software development process"],"articleSection":["Quality Assurance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/","url":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/","name":"How to Make a Good Bug Report? | Code &amp; Pepper","isPartOf":{"@id":"https:\/\/codeandpepper.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage"},"image":{"@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage"},"thumbnailUrl":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg","datePublished":"2023-01-13T11:19:35+00:00","dateModified":"2023-01-13T11:19:37+00:00","description":"Software development is complicated. How to make a clear bug report, to make the life easier? Dive into the article and find out!","breadcrumb":{"@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#primaryimage","url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg","contentUrl":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/01\/Design-principles-in-UI-UX-in-FinTech.jpg","width":864,"height":450},{"@type":"BreadcrumbList","@id":"https:\/\/codeandpepper.com\/how-to-make-a-bug-report\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeandpepper.com\/"},{"@type":"ListItem","position":2,"name":"How to Make a Good Bug Report?"}]},{"@type":"WebSite","@id":"https:\/\/codeandpepper.com\/#website","url":"https:\/\/codeandpepper.com\/","name":"Code & Pepper","description":"FinTech Developers","publisher":{"@id":"https:\/\/codeandpepper.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeandpepper.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeandpepper.com\/#organization","name":"Code & Pepper","url":"https:\/\/codeandpepper.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/","url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png","contentUrl":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png","width":319,"height":144,"caption":"Code & Pepper"},"image":{"@id":"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codeandpepper\/","https:\/\/x.com\/codeandpepper"]},{"@type":"Person","@id":"https:\/\/codeandpepper.com\/#\/schema\/person\/4d99a36115b17f10860637a13b3b3885","name":"Jaros\u0142aw \u015aci\u015blak","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeandpepper.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ab028da5fc780b19966f305918b0045520176e8bc7c265540adcce45ab2cd0c9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab028da5fc780b19966f305918b0045520176e8bc7c265540adcce45ab2cd0c9?s=96&d=mm&r=g","caption":"Jaros\u0142aw \u015aci\u015blak"},"description":"Branding, marketing, business scaling, content &amp; company culture specialist. Over 20 years of experience in marketing, strategy, and writing. Learn more by visiting: scislak.com","sameAs":["https:\/\/www.linkedin.com\/in\/jaroslawscislak"],"url":"https:\/\/codeandpepper.com\/author\/jarek-scislak\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/posts\/37836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/users\/20413"}],"replies":[{"embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/comments?post=37836"}],"version-history":[{"count":2,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/posts\/37836\/revisions"}],"predecessor-version":[{"id":37838,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/posts\/37836\/revisions\/37838"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/media\/22095"}],"wp:attachment":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/media?parent=37836"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/categories?post=37836"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/tags?post=37836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}