Bias Analysis
Detected Bias Types
windows_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates Windows bias by referencing Windows-specific file types and installation patterns (e.g., .exe, .msi) without mentioning Linux equivalents. There are no examples or references to Linux tools, file types, or installation methods. The language and examples assume a Windows environment, omitting guidance for Linux users.
Recommendations
- Include Linux-specific examples alongside Windows ones, such as referencing .sh scripts or Linux package managers (e.g., apt, yum) in start tasks.
- Mention Linux installation patterns (e.g., using chmod, tar, or bash scripts) when discussing application deployment.
- Provide sample command lines for both Windows (cmd, PowerShell) and Linux (bash) in relevant sections.
- Explicitly state that the guidance applies to both Windows and Linux pools, and highlight any differences in approach.
- Reference Linux tools (e.g., scp, rsync, wget) in the 'Additional ways to get data onto nodes' section.
Create Pull Request