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@mozilla.com>2017-06-03 15:21:18 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-06-03 15:21:18 +0300
commit4030c529d6b10b0d9e00cd08b5fb43579fe8a290 (patch)
tree66b5a3bd37a8d3aafba0c7cc7e6a5313e697e828 /README.md
parent60e7a430dc38a9e1921928c0cd996bb5fc00198b (diff)
move canonical repo to mozilla-central
The canonical repository for geckodriver is henceforth in mozilla-central's testing/geckodriver directory. Please submit any future patches to the Testing :: geckodriver component in Bugzilla.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb4977b..92bebe9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# geckodriver [![Build Status](https://travis-ci.org/mozilla/geckodriver.svg?branch=master)](https://travis-ci.org/mozilla/geckodriver)
+# geckodriver
Proxy for using W3C WebDriver-compatible clients
to interact with Gecko-based browsers.
@@ -533,3 +533,17 @@ Or if you want a non-optimised binary for debugging:
[WebDriver]: https://w3c.github.io/webdriver/webdriver-spec.html
[Marionette]: http://searchfox.org/mozilla-central/source/testing/marionette/README
[Rust compiler toolchain]: https://rustup.rs/
+
+## Contributing
+
+The canonical source code repository for geckodriver
+now lives in [mozilla-central] under [testing/geckodriver].
+You can read more about [working with Mozilla source code] on MDN.
+This means we do no longer accept pull requests on GitHub.
+Patches should be uploaded to a bug
+in the [Testing :: GeckoDriver] component.
+
+[mozilla-central]: https://hg.mozilla.org/mozilla-central/
+[testing/geckodriver]: https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver
+[working with Mozilla source code]: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code
+[Testing :: geckodriver]: https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=geckodriver&resolution=---&list_id=13613952