Bug 1407963 - Sync issue template with GitHub. r?maja_zf draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 12 Oct 2017 12:07:59 +0100
changeset 679177 42e2e9058240fb4645b87c13a966eaa9bb5d2d42
parent 679173 bc7a5be76b723cf6aac1a919156e74997c5f4902
child 679178 e73defab2a9bf2d855cf55f6158f27bbd6d61d98
push id84143
push userbmo:ato@sny.no
push dateThu, 12 Oct 2017 11:16:06 +0000
reviewersmaja_zf
bugs1407963
milestone58.0a1
Bug 1407963 - Sync issue template with GitHub. r?maja_zf The issue template was changed on GitHub directly. This syncs it back. DONTBUILD MozReview-Commit-ID: 56xOX0LfHXp
testing/geckodriver/ISSUE_TEMPLATE.md
--- a/testing/geckodriver/ISSUE_TEMPLATE.md
+++ b/testing/geckodriver/ISSUE_TEMPLATE.md
@@ -1,16 +1,33 @@
-In order to help us efficiently investigate your issue, please provide the following information:
+## System
+* Version: <!-- geckodriver version -->
+* Platform: <!-- e.g. Linux/macOS/Windows + version -->
+* Firefox: <!-- from the about dialogue -->
+* Selenium: <!-- binding + version -->
+
 
-## Firefox Version
-From the "About" dialog.
+## Testcase
 
-## Platform
-e.g. Windows/OSX/Linux
+<!--
+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.
+-->
+
 
-## Steps to reproduce -
-Please provide a description of how to reproduce the problem, including the following essential elements:
+## Stacktrace
+
+<!--
+Error and stacktrace produced by client binding.
+-->
+
 
- - [ ] A *minimal* HTML file (or files) that can be used to reproduce the issue (this should not be your production site, unless you are unable to isolate the problem, but a page containing only the elements required to observe the problem).
+## Trace-level log
 
- - [ ] A [trace level log](https://github.com/mozilla/geckodriver#firefox-capabilities) from a geckodriver session that demonstrates the problem using the minimal example file. Note: this is *not* the same as a selenium log.
+<!--
+See https://github.com/mozilla/geckodriver#firefox-capabilities
+for making geckodriver produce a trace-level log.
 
-** If any of the above are missing we will have to unfortunately close your issue. We will gladly reopen the issue once all the information requested has been added **
+The short version is to either pass the -vv flag
+or {"moz:firefoxOptions": {"log": {"level": "trace"}}} as a capability.
+-->