@@ -13,12 +13,12 @@ Submitting issues
13
13
14
14
Bugs and enhancements are tracked in the `issue tracker `_.
15
15
If you are unsure if something is a bug or is a feature worth
16
- implementing, you can first ask with the `Robot Framework Slack `_. This and
16
+ implementing, you can first ask within the `Robot Framework Slack `_. This and
17
17
other similar forums, not the issue tracker, are also places where to ask
18
18
general questions.
19
19
20
- Before submitting a new issue, it is always a good idea to check is the
21
- same bug or enhancement already reported. If it is, please add your
20
+ Before submitting a new issue, it is always a good idea to check if the
21
+ same bug or enhancement is already reported. If it is, please add your
22
22
comments to the existing issue instead of creating a new one.
23
23
24
24
Reporting bugs
@@ -44,9 +44,11 @@ Enhancement requests
44
44
45
45
Describe the new feature and use cases for it in as much detail as
46
46
possible in an issue. Especially with larger enhancements, be prepared to
47
- contribute the code in form of a pull request as explained below or to
47
+ contribute the code in the form of a pull request as explained below or to
48
48
pay someone for the work. Consider also would it be better to implement this
49
- functionality as a separate library outside the SeleniumLibrary.
49
+ functionality as a separate library outside the SeleniumLibrary. One option
50
+ here is to extend SeleniumLibrary using the public API or plug-in api. Please
51
+ see `extending documentation `_ for more details.
50
52
51
53
Code contributions
52
54
==================
@@ -226,6 +228,7 @@ the same code as your changes. In that case you should
226
228
.. _Robot Framework Forum : https://forum.robotframework.org/c/libraries/lib-seleniumlibrary/11
227
229
.. _issue tracker : https://github.com/robotframework/SeleniumLibrary/issues
228
230
.. _(SSCCE) : http://sscce.org
231
+ .. _extending documentation : https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst
229
232
.. _GitHub account : https://github.com/
230
233
.. _Git : https://git-scm.com
231
234
.. _set up Git : https://help.github.com/articles/set-up-git/
0 commit comments