[dotnet][java][js][py][rb] Standardize README files across bindings#17245
[dotnet][java][js][py][rb] Standardize README files across bindings#17245aguspe wants to merge 2 commits intoSeleniumHQ:trunkfrom
Conversation
Review Summary by QodoStandardize README files across all language bindings
WalkthroughsDescription• Standardize README files across all language bindings with consistent template • Create new Java README following standardized format • Replace verbose documentation with links to selenium.dev • Add quick start examples and installation instructions for each binding • Simplify support and contribution sections across all READMEs File Changes1. dotnet/src/webdriver/assets/nuget/README.md
|
Code Review by Qodo
1.
|
There was a problem hiding this comment.
Pull request overview
Standardizes language-binding README/docs entrypoints so end-user docs live on selenium.dev, improving consistency across package manager listings and reducing duplicated documentation.
Changes:
- Replaced existing Ruby, JavaScript, and .NET README content with a shared template (install, quick start, docs/support links, license).
- Simplified the Python docs index page to a shorter “Quick Start + links” layout.
- Added a new Java README with installation instructions, quick start, and links.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| rb/README.md | Updates Ruby binding README to the standardized template and links to selenium.dev docs. |
| py/docs/source/index.rst | Shortens Python docs landing page and points readers to selenium.dev documentation. |
| javascript/selenium-webdriver/README.md | Replaces the long JS README with the standardized template and docs/support links. |
| java/README.md | Adds a new Java README aligned to the template (install, quick start, docs/support). |
| dotnet/src/webdriver/assets/nuget/README.md | Reworks the NuGet README to the standardized template and selenium.dev links. |
🔗 Related Issues
#16740
💥 What does this PR do?
Standardize all binding README files to a consistent template, create missing Java README, and link to selenium.dev instead of reproducing docs.
🔄 Types of changes