-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[docs] Update links to GitHub projects #41297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2834,7 +2834,7 @@ _May 10, 2023_ | |
| A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: | ||
|
|
||
| - 🚀 Base UI is now in beta - all planned breaking changes are now complete! | ||
| - 🗺 We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next. | ||
| - 🗺 We have new [project boards](https://github.com/mui/material-ui/projects?query=is%3Aopen) on GitHub where you can learn about what's coming next. | ||
| - 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements | ||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Roadmap | ||
|
|
||
| <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. | ||
| 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. | ||
| 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. | ||
| 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)** | ||
|
|
||
| <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" /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| import * as React from 'react'; | ||
| import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2'; | ||
| import AppFrame from 'docs/src/modules/components/AppFrame'; | ||
| import * as pageProps from 'docs/data/base/getting-started/roadmap/roadmap.md?muiMarkdown'; | ||
|
|
||
| export default function Page() { | ||
| return <MarkdownDocs {...pageProps} />; | ||
| } | ||
|
|
||
| Page.getLayout = (page) => { | ||
| return <AppFrame>{page}</AppFrame>; | ||
| }; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -118,7 +118,7 @@ Here are the most significant improvements since June 2020. This was a dense qua | |
| <p class="blog-description">Slider powered by styled-components</p> | ||
|
|
||
| - ♿︎ We have kept investing in accessibility, we have fixed [13 bugs](https://github.com/mui/material-ui/pulls?q=is%3Apr+label%3Aaccessibility+is%3Aclosed+sort%3Aupdated-desc). | ||
| - 🗓 We have introduced public quarterly roadmaps, both for [MUI Core](https://github.com/orgs/mui/projects/18/views/1) and [MUI X](https://github.com/mui/mui-x/projects/1). | ||
| - 🗓 We have introduced public quarterly roadmaps, both for each [MUI Core](https://github.com/mui/material-ui/projects?query=is%3Aopen) product and [MUI X](https://github.com/mui/mui-x/projects/1). | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same thing as the first comment — linking to the Projects tab instead of a specific project. |
||
|
|
||
| ## Company | ||
|
|
||
|
|
@@ -151,7 +151,7 @@ We'll do our best, no guarantee! | |
|
|
||
| ### Community | ||
|
|
||
| - 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/18/views/1). | ||
| - 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/23/views/12). | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm just linking to the Material UI board for some of these older posts, as we were primarily referring to it years ago. |
||
| - 👩🎨 Simplify the migration experience from v4 to v5. | ||
| - ❓ Please upvote [GitHub issues](https://github.com/mui/material-ui/issues) if you want us to focus on a specific problem. The number of 👍 helps us to prioritize. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is linking to the "Projects" tab on the Material UI repo instead of a specific project so that folks know that it refers to all of the projects hosted here.