diff --git a/website_and_docs/content/documentation/about/contributing.pt-br.md b/website_and_docs/content/documentation/about/contributing.pt-br.md index b652b84b6d43..d4cfc076d0d4 100644 --- a/website_and_docs/content/documentation/about/contributing.pt-br.md +++ b/website_and_docs/content/documentation/about/contributing.pt-br.md @@ -80,6 +80,10 @@ Make sure that if you add a test to the page that all the other line numbers in correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line number for that file. + +Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work, +it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/. + Finally, make sure that the tests pass in the CI. diff --git a/website_and_docs/content/documentation/about/contributing.zh-cn.md b/website_and_docs/content/documentation/about/contributing.zh-cn.md index dc8edb22a8f8..5cfb2f5bdeb0 100644 --- a/website_and_docs/content/documentation/about/contributing.zh-cn.md +++ b/website_and_docs/content/documentation/about/contributing.zh-cn.md @@ -75,6 +75,10 @@ Make sure that if you add a test to the page that all the other line numbers in correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line number for that file. + +Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work, +it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/. + Finally, make sure that the tests pass in the CI.