Bias Analysis
Detected Bias Types
windows_first
windows_tools
Summary
The documentation demonstrates some Windows bias by referencing Windows-specific tools and patterns before or instead of cross-platform or Linux alternatives. For example, it instructs users to open a 'Command Prompt' and refers to 'Windows PowerShell' for deployment, without mentioning Linux shells or terminals. There are no explicit Linux-specific instructions or examples, and the language assumes a Windows environment in several places.
Recommendations
- Replace or supplement references to 'Command Prompt' with 'terminal' or 'shell', and clarify that the instructions work on Windows, Linux, and macOS.
- When mentioning deployment guides, include links or instructions for Linux and macOS environments alongside Windows PowerShell.
- Explicitly state that the Azure CLI and Node.js commands work cross-platform, and provide example commands or screenshots from Linux/macOS terminals where appropriate.
- Avoid using Windows-centric terminology (e.g., 'Command Prompt') as the default; use neutral, cross-platform language.
- If referencing editors, mention cross-platform options (e.g., Visual Studio Code, nano, vim) and not just those popular on Windows.
Create Pull Request