@@ -13,12 +13,12 @@ Submitting issues
1313
1414Bugs and enhancements are tracked in the `issue tracker `_.
1515If 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
1717other similar forums, not the issue tracker, are also places where to ask
1818general questions.
1919
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
2222comments to the existing issue instead of creating a new one.
2323
2424Reporting bugs
@@ -44,9 +44,11 @@ Enhancement requests
4444
4545Describe the new feature and use cases for it in as much detail as
4646possible 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
4848pay 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.
5052
5153Code contributions
5254==================
@@ -226,6 +228,7 @@ the same code as your changes. In that case you should
226228.. _Robot Framework Forum : https://forum.robotframework.org/c/libraries/lib-seleniumlibrary/11
227229.. _issue tracker : https://github.com/robotframework/SeleniumLibrary/issues
228230.. _(SSCCE) : http://sscce.org
231+ .. _extending documentation : https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst
229232.. _GitHub account : https://github.com/
230233.. _Git : https://git-scm.com
231234.. _set up Git : https://help.github.com/articles/set-up-git/
0 commit comments