Skip to content

Commit 61654e3

Browse files
committed
docs: add link to sscce.org and selenium-users@
1 parent cc0966a commit 61654e3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Diff for: CONTRIBUTING.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,27 @@ When opening new issues or commenting on existing issues on this
99
repository please make sure discussions are related to concrete
1010
technical issues with the Selenium software.
1111

12-
It's imperative that issue reports outline the steps to reproduce the
13-
defect. If the issue can't be reproduced it will be closed.
12+
It's imperative that issue reports outline the steps to reproduce
13+
the defect. If the issue can't be reproduced it will be closed.
14+
Please provide [concise reproducible test cases](http://sscce.org/)
15+
and describe what results you are seeing and what results you expect.
1416

1517
Discussion of high level project ideas or non-technical topics should
1618
move to the [selenium-developers@ mailing
1719
list](https://groups.google.com/forum/#!forum/selenium-developers)
1820
instead.
1921

22+
Issues shouldn't be used for support. Please address questions to the
23+
(`selenium-users@` mailing list)[https://groups.google.com/forum/#!forum/selenium-users].
24+
2025
## Documentation Contributions
2126

2227
Selenium is a big software project and documentation is key to
2328
understanding how things work and learning effective ways to exploit
2429
its potential.
2530

26-
The official documentation of Selenium is still served from our Google
27-
Code [**site** repository](https://code.google.com/p/selenium/source/list?repo=site).
31+
The official documentation of Selenium is still served from our
32+
[**www.seleniumhq.org** repository](https://github.com/SeleniumHQ/www.seleniumhq.org).
2833
We are however phasing out this documentation which focuses too much
2934
on Selenium RC and other antiquated pieces, in favour of a rewrite.
3035

0 commit comments

Comments
 (0)