Bug 1407963 - Link to doc/TraceLogs.md from issue template. r?maja_zf draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 12 Oct 2017 12:15:04 +0100
changeset 679178 e73defab2a9bf2d855cf55f6158f27bbd6d61d98
parent 679177 42e2e9058240fb4645b87c13a966eaa9bb5d2d42
child 735532 6e9b4aa91abcf12f57dbde9403d44163fa3f851c
push id84143
push userbmo:ato@sny.no
push dateThu, 12 Oct 2017 11:16:06 +0000
reviewersmaja_zf
bugs1407963
milestone58.0a1
Bug 1407963 - Link to doc/TraceLogs.md from issue template. r?maja_zf DONTBUILD MozReview-Commit-ID: 54AJAExTdhw
testing/geckodriver/ISSUE_TEMPLATE.md
--- a/testing/geckodriver/ISSUE_TEMPLATE.md
+++ b/testing/geckodriver/ISSUE_TEMPLATE.md
@@ -1,33 +1,29 @@
 ## System
+
 * Version: <!-- geckodriver version -->
 * Platform: <!-- e.g. Linux/macOS/Windows + version -->
 * Firefox: <!-- from the about dialogue -->
-* Selenium: <!-- binding + version -->
+* Selenium: <!-- client + version -->
 
 
 ## Testcase
 
 <!--
-Provide a minimal HTML document
-that can be used to reproduce the issue.
-The document should only contain the bare necessities
-required to observe the problem.
+Please provide a minimal HTML document which permits the problem
+to be reproduced.
 -->
 
 
 ## Stacktrace
 
 <!--
-Error and stacktrace produced by client binding.
+Error and stacktrace produced by client.
 -->
 
 
 ## Trace-level log
 
 <!--
-See https://github.com/mozilla/geckodriver#firefox-capabilities
-for making geckodriver produce a trace-level log.
-
-The short version is to either pass the -vv flag
-or {"moz:firefoxOptions": {"log": {"level": "trace"}}} as a capability.
+See https://searchfox.org/mozilla-central/source/testing/geckodriver/doc/TraceLogs.md
+for how to produce a trace-level log.
 -->