Update CONTRIBUTING.md with documentation supporting WSL - #50245
Update CONTRIBUTING.md with documentation supporting WSL#50245Jair Myree (jairmyree) wants to merge 6 commits into
Conversation
Added notes for WSL browser linking and Maven authentication.
|
Azure Pipelines: Successfully started running 2 pipeline(s). 35 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Updates contributor documentation to better support developers using WSL when setting up Maven authentication and related tooling, improving the onboarding experience for cross-platform contributors.
Changes:
- Adds a WSL-specific note about configuring link opening via the host browser (with an Ubuntu
wslusuggestion). - Keeps the existing guidance for Azure DevOps pipeline Maven authentication (MavenAuthenticate@0) in the same section.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
|
||
| For detailed instructions, refer to the [Maven Credential Provider documentation](https://eng.ms/docs/coreai/devdiv/one-engineering-system-1es/1es-docs/azure-artifacts/maven-credprovider). | ||
|
|
||
| > **Note:** If you're using WSL, ensure URL opening is configured to use your host OS browser. On Ubuntu-based WSL distros, you can install `wslu` (`sudo apt update && sudo apt install -y wslu`), which provides `wslview`. |
There was a problem hiding this comment.
Is there a reference that we can point to for more information on this? The context is clear if you understand how WSL works but may not be generally understood.
There was a problem hiding this comment.
+1 to Jesse's comment, you could add a link to Windows Subsystem for Linux Documentation
|
|
||
| For detailed instructions, refer to the [Maven Credential Provider documentation](https://eng.ms/docs/coreai/devdiv/one-engineering-system-1es/1es-docs/azure-artifacts/maven-credprovider). | ||
|
|
||
| > **Note:** If you're using WSL, ensure URL opening is configured to use your host OS browser. On Ubuntu-based WSL distros, you can install `wslu` (`sudo apt update && sudo apt install -y wslu`), which provides `wslview`. |
There was a problem hiding this comment.
+1 to Jesse's comment, you could add a link to Windows Subsystem for Linux Documentation
Co-authored-by: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com>
Added notes for WSL browser linking and Maven authentication.