Skip to content

Commit 606aa81

Browse files
committed
Added note about extending the library for enhancements
.. and some minor corrections
1 parent e6684c7 commit 606aa81

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: CONTRIBUTING.rst

+8-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Submitting issues
1313

1414
Bugs and enhancements are tracked in the `issue tracker`_.
1515
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
1717
other similar forums, not the issue tracker, are also places where to ask
1818
general 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
2222
comments to the existing issue instead of creating a new one.
2323

2424
Reporting bugs
@@ -44,9 +44,11 @@ Enhancement requests
4444

4545
Describe the new feature and use cases for it in as much detail as
4646
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
4848
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.
5052

5153
Code 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

Comments
 (0)