-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ca8a0e
commit 5cf8628
Showing
216 changed files
with
666 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,23 @@ | ||
# Config vale. More information at https://docs.errata.ai/vale/config | ||
# Vale config. More information at https://vale.sh/docs/topics/config/ | ||
StylesPath = .github/styles | ||
MinAlertLevel = suggestion | ||
MinAlertLevel = warning | ||
|
||
# The docs/writing-rules.zip is generated by `pnpm docs:zipRules` | ||
Packages = Google, docs/writing-rules.zip | ||
# The docs/mui-vale.zip is generated by `pnpm docs:zipRules` | ||
Packages = Google,docs/mui-vale.zip | ||
|
||
[*.md] | ||
# Ignore code injection which start with {{... | ||
# Ignore code injections that start with {{... | ||
BlockIgnores = {{.* | ||
|
||
BasedOnStyles = writing-rules | ||
BasedOnStyles = MUI | ||
|
||
# Google: | ||
Google.FirstPerson = YES # Avoid first-person pronouns such as I, me, ...'. | ||
Google.GenderBias = YES # Avoid gendered profession | ||
Google.OxfordComma = YES | ||
Google.Quotes = YES # Commas and periods go inside quotation marks. | ||
Google.Spelling = YES # In general, use American spelling (word ending with 'nised' or 'logue') | ||
Google.We = YES # Try to avoid using first-person plural | ||
Google.Latin = YES # Try to avoid latin expressions e.g. and i.e. | ||
# Google errors: | ||
Google.GenderBias = YES # No Gender bias | ||
# Google warings: | ||
Google.FirstPerson = YES # Avoid first-person | ||
Google.We = YES # Avoid first-person plural | ||
Google.Will = YES # Avoid future tense | ||
Google.OxfordComma = YES # Prefer Oxford comma | ||
|
||
# Those rules are not repected a lot | ||
# Google.Passive = YES # In general, use active voice instead of passive voice. | ||
Google.Will = YES # Avoid using will | ||
|
||
# False positives with "1st" nearly no use in our doc | ||
# Google.Units = YES # Put a nonbreaking space between the number and the unit | ||
[CHANGELOG*.md] | ||
MUI.CorrectReferenceAllCases = NO |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# Roadmap | ||
|
||
<p class="description">Keep up with ongoing projects and help shape the future of Base UI.</p> | ||
<p class="description">Keep up with ongoing projects and help shape the future of Base UI.</p> | ||
|
||
## How we prioritize | ||
|
||
Base UI is a community-driven project, meaning we usually pick the issues and suggestions that resonate the most with the community. | ||
Base UI is a community-driven project, meaning we usually pick the issues and suggestions that resonate the most with the community. | ||
Therefore, make sure to leave an upvote 👍 on [the GitHub issues](https://github.com/mui/base-ui/issues) you are most interested in. | ||
|
||
Additionally, we conduct annual [developer surveys](/blog/?tags=Developer+survey/) which also serve as key inputs for Base UI's roadmap. | ||
Additionally, we conduct annual [developer surveys](/blog/?tags=Developer+survey/) which also serve as key inputs for Base UI's roadmap. | ||
Your participation is invaluable—keep an eye on MUI's social media to catch the next survey and help shape the future of the library! | ||
|
||
## Keeping track of the roadmap | ||
|
||
### GitHub project | ||
|
||
The Base UI GitHub project is where you can see the ongoing priorities for the library. | ||
The Base UI GitHub project is where you can see the ongoing priorities for the library. | ||
We typically add umbrella issues to the project board after discussing them internally. | ||
|
||
**[Visit the Base UI project board 👉](https://github.com/orgs/mui/projects/1/views/13)** | ||
**[Visit the Base UI project board 👉](https://github.com/orgs/mui/projects/1/views/13)** | ||
|
||
<img src="/static/base-ui/roadmap/github-roadmap.png" style="width: 814px;" alt="A screenshot of the public Base UI GitHub project." width="1628" height="400" /> | ||
<img src="/static/base-ui/roadmap/github-roadmap.png" style="width: 814px;" alt="A screenshot of the public Base UI GitHub project." width="1628" height="400" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.