From a01fa3ba6cd2b7d9e5102dc32a353e9745f2963e Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:29:35 +0100 Subject: [PATCH] Feature: Update rules to account for TOP now supporting WSL (#4054) **DO NOT MERGE:** Depends on TheOdinProject/curriculum/pull/25402 ## Because - We're moving to support WSL2 ## This PR - Updates the rules file to refer to WSL as a supported OS ## Pull Request Requirements - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `keyword: brief description of change` format, using one of the following keywords: - `Feature` - adds new or amends existing user-facing behavior - `Chore` - changes that have no user-facing value, refactors, dependency bumps, etc - `Fix` - bug fixes - [x] The `Because` section summarizes the reason for this PR - [x] The `This PR` section has a bullet point list describing the changes in this PR --- app/views/guides/community/rules.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/guides/community/rules.html.erb b/app/views/guides/community/rules.html.erb index aabf48f811..f3c05d6636 100644 --- a/app/views/guides/community/rules.html.erb +++ b/app/views/guides/community/rules.html.erb @@ -69,7 +69,7 @@ This community is run by the same volunteers who maintain the curriculum and they created this server as a way to support people when they run into issues with our recommendations.

- Do not suggest tools that are outside of the curriculum's recommendations, such as using Windows, WSL, etc, because our committed volunteers are not equipped to support these additional tools. You are welcome to use them, but do not suggest them to others. + Do not suggest tools that are outside of the curriculum's recommendations, such as using Windows, etc, because our committed volunteers are not equipped to support these additional tools. You are welcome to use them, but do not suggest them to others.

Ask questions in public channels for anyone to answer