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:
authorHenrik Skupin <hskupin@mozilla.com>2017-06-06 16:33:28 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-06-06 16:33:28 +0300
commit8f7a2fa2a5b5b5436c8e813d10d354d6054a8ddd (patch)
treea291723dfbcba7d7710b2bdd442607ecec98ef5e
parent8ff2e8cefd61a2b1e2d0b241ef9e459a34c96635 (diff)
make issue template more user friendly (#768)
-rw-r--r--ISSUE_TEMPLATE.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index ce4a78c..a9a5f19 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,16 +1,17 @@
In order to help us efficiently investigate your issue, please provide the following information:
-## Firefox Version
-From the "About" dialog.
+## Platform and application details
+* Platform: <!-- e.g. Windows/OSX/Linux + Version -->
+* Firefox: <!-- From the about dialog -->
+* Selenium: <!-- Binding + Version -->
-## Platform
-e.g. Windows/OSX/Linux
+## Steps to reproduce
+<!-- Please provide a description of how to reproduce the problem, including the following essential elements:-->
-## Steps to reproduce -
-Please provide a description of how to reproduce the problem, including the following essential elements:
+- [ ] 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). -->
- - [ ] 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).
+- [ ] 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. -->
- - [ ] 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.
-
-** 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 **
+<!-- ** 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 ** -->