From 8c3836ec36b25bfe45365206122044a766d88d8f Mon Sep 17 00:00:00 2001 From: iDONi <30952073+Aidoni0797@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:32:22 +0500 Subject: [PATCH 1/4] Update README.md docs: add badges and short practice note to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 268539467320d..e35f70555850f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@
+ +![GitHub Repo stars](https://img.shields.io/github/stars/SeleniumHQ/selenium?style=social) +![GitHub forks](https://img.shields.io/github/forks/SeleniumHQ/selenium) +![GitHub issues](https://img.shields.io/github/issues/SeleniumHQ/selenium) + +> Учебная практика: мой форк Selenium. Здесь я тренируюсь делать небольшие изменения (документация/форматирование), создавать ветки и открывать PR. +

Automates browsers. That's it!

From 0fb84d282983062bf05eab2abc5301528de44758 Mon Sep 17 00:00:00 2001 From: iDONi <30952073+Aidoni0797@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:37:22 +0500 Subject: [PATCH 2/4] Create PRACTICE.md docs: add PRACTICE.md with training notes --- py/docs/PRACTICE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 py/docs/PRACTICE.md diff --git a/py/docs/PRACTICE.md b/py/docs/PRACTICE.md new file mode 100644 index 0000000000000..9068c5a062de6 --- /dev/null +++ b/py/docs/PRACTICE.md @@ -0,0 +1,8 @@ +# PRACTICE + +Этот файл создан для учебной практики: +- Изменение документации (README) +- Создание веток и Pull Request’ов +- Мини-правки в безопасных местах + +> Дата: август 2025. Автор: Aidoni0797 (мой форк Selenium). From 10f0353af1d43b3cde3ccf5ddf6086c028fcfca2 Mon Sep 17 00:00:00 2001 From: iDONi <30952073+Aidoni0797@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:39:00 +0500 Subject: [PATCH 3/4] Create PRACTICE.md docs: add PRACTICE.md with training notes --- py/docs/PRACTICE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 py/docs/PRACTICE.md diff --git a/py/docs/PRACTICE.md b/py/docs/PRACTICE.md new file mode 100644 index 0000000000000..9068c5a062de6 --- /dev/null +++ b/py/docs/PRACTICE.md @@ -0,0 +1,8 @@ +# PRACTICE + +Этот файл создан для учебной практики: +- Изменение документации (README) +- Создание веток и Pull Request’ов +- Мини-правки в безопасных местах + +> Дата: август 2025. Автор: Aidoni0797 (мой форк Selenium). From 3b3bb4e3f4c93521d311222d92b8c265ebc7f22c Mon Sep 17 00:00:00 2001 From: iDONi <30952073+Aidoni0797@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:54:04 +0500 Subject: [PATCH 4/4] Create PRACTICE2.md docs: add PRACTICE2.md for training --- PRACTICE2.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PRACTICE2.md diff --git a/PRACTICE2.md b/PRACTICE2.md new file mode 100644 index 0000000000000..9b752f05e6aa6 --- /dev/null +++ b/PRACTICE2.md @@ -0,0 +1,3 @@ +# Practice Note 2 + +This is a small documentation practice change for learning GitHub workflow.