Skip to content

Commit 4dc5f22

Browse files
added information about web examples for english document (SeleniumHQ#2492)
* added information about web examples for the english document * Replicating change from contributing.en.md to other files --------- [deploy site]
1 parent e49b07e commit 4dc5f22

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

website_and_docs/content/documentation/about/contributing.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ Make sure that if you add a test to the page that all the other line numbers in
7979
correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
8080
number for that file.
8181

82+
Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
83+
it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/.
84+
8285
Finally, make sure that the tests pass in the CI.
8386

8487

website_and_docs/content/documentation/about/contributing.ja.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Seleniumのすべてのコンポーネントは、時間の経過とともに非
6363
ページにテストを追加する場合は、Markdownファイル内の他のすべての行番号が正しいことを確認してください。
6464
ページの先頭にテストを追加すると、そのファイルの行番号を持つドキュメント内のすべての参照が更新されます。
6565

66+
Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
67+
it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/.
68+
6669
最後に、CIでテストがPassすることを確認してください。
6770

6871

website_and_docs/content/documentation/about/contributing.pt-br.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Make sure that if you add a test to the page that all the other line numbers in
8080
correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
8181
number for that file.
8282

83+
Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
84+
it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/.
85+
8386
Finally, make sure that the tests pass in the CI.
8487

8588

website_and_docs/content/documentation/about/contributing.zh-cn.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Make sure that if you add a test to the page that all the other line numbers in
7575
correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
7676
number for that file.
7777

78+
Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
79+
it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/.
80+
7881
Finally, make sure that the tests pass in the CI.
7982

8083

0 commit comments

Comments
 (0)