Skip to content

Commit 2beb20a

Browse files
committed
docs: add paragraph about triage
1 parent ba85962 commit 2beb20a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: CONTRIBUTING.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,28 @@ number of ways you can help:
55

66
## Bug Reports
77

8-
When opening new issues or commenting on existing issues on this
9-
repository please make sure discussions are related to concrete
10-
technical issues with the Selenium software.
8+
When opening new issues or commenting on existing issues please make
9+
sure discussions are related to concrete technical issues with the
10+
Selenium software.
1111

1212
It's imperative that issue reports outline the steps to reproduce
1313
the defect. If the issue can't be reproduced it will be closed.
1414
Please provide [concise reproducible test cases](http://sscce.org/)
1515
and describe what results you are seeing and what results you expect.
1616

17-
Issues shouldn't be used for support. Please address questions to the
17+
Issues shouldn't be used for support. Please address questions to the
1818
[`selenium-users@` mailing list](https://groups.google.com/forum/#!forum/selenium-users).
1919
Discussion of high level project ideas or non-technical topics should
2020
move to the
2121
[`selenium-developers@` mailing list](https://groups.google.com/forum/#!forum/selenium-developers)
2222
instead.
2323

24+
We also need help with triaging
25+
[issues that needs investigation](https://github.com/SeleniumHQ/selenium/labels/I-needs%20investigation).
26+
This means asking the right questions, procuring the right information
27+
to properly debug and verify the issue, and bisecting a commit range if
28+
the issue is a regression.
29+
2430
## Documentation
2531

2632
Selenium is a big software project and documentation is key to

0 commit comments

Comments
 (0)