Skip to content

Commit

Permalink
Feature: Update rules to account for TOP now supporting WSL (#4054)
Browse files Browse the repository at this point in the history
**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
<!-- Replace the whitespace between the square brackets with an 'x',
e.g. [x]. After you create the PR, they will become checkboxes that you
can click on. -->
- [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
  • Loading branch information
Asartea authored Nov 30, 2023
1 parent 2a3c789 commit a01fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/guides/community/rules.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<span class="fa-regular fa-circle-check mr-2 text-green-700"></span> 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.
</p>
<p>
<span class="fa-solid fa-triangle-exclamation mr-2 text-amber-600"></span> 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.
<span class="fa-solid fa-triangle-exclamation mr-2 text-amber-600"></span> 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.
</p>

<h3 id="public-questions">Ask questions in public channels for anyone to answer</h3>
Expand Down

0 comments on commit a01fa3b

Please sign in to comment.