Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@sny.no>2017-08-02 09:09:07 +0300
committerGitHub <noreply@github.com>2017-08-02 09:09:07 +0300
commitb9783e801cf4064b3e62f65221c2c8b2a024cefa (patch)
tree9ea7f673d07115336d842b59e7d5a3f9dac0e4c4
parent55a0fd62568ca562bce96c6b51eb6bc7bc526b63 (diff)
reduce text in issue template
-rw-r--r--ISSUE_TEMPLATE.md40
1 files changed, 28 insertions, 12 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index a9a5f19..a97a84d 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,17 +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 -->
-## Platform and application details
-* Platform: <!-- e.g. Windows/OSX/Linux + Version -->
-* Firefox: <!-- From the about dialog -->
-* Selenium: <!-- Binding + Version -->
-## Steps to reproduce
-<!-- Please provide a description of how to reproduce the problem, including the following essential elements:-->
+## Testcase
-- [ ] Reproducable testcase:
-<!-- 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). -->
+<!--
+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.
+-->
-- [ ] A trace level log:
-<!-- See the [Firefox Capabilities](https://github.com/mozilla/geckodriver#firefox-capabilities) section how to retrieve a trace level log from a geckodriver session that demonstrates the problem using the minimal example file. Note: this is *not* the same as a selenium 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 ** -->
+## Stacktrace
+
+<!--
+Error and stacktrace produced by client binding.
+-->
+
+
+## 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.
+-->