We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db1435 commit bcdfee5Copy full SHA for bcdfee5
webcompat/templates/contributors/diagnose-bug.html
@@ -20,3 +20,10 @@
20
</li>
21
<li class="contributors__list__item"><span>If not, post what you tried on the issue</span></li>
22
</ul>
23
+<section id="diagnose-ref" class="references">
24
+<p>There are a wide list of references on how to diagnose bugs for desktop and mobile.</p>
25
+<ul>
26
+ <li><a href="https://developer.chrome.com/devtools/docs/remote-debugging">Chrome Remote Debugging (Android)</a></li>
27
+ <li><a href="https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging">Firefox Remote Debugging (Android and Firefox OS)</a></li>
28
+</ul>
29
+</section>
0 commit comments