diff --git a/.circleci/config.yml b/.circleci/config.yml index 386fdfbe7ea6b2..cb64678a5a755a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -136,7 +136,7 @@ jobs: steps: - run: name: Should not have any git not staged - command: git diff --exit-code + command: git add -A && git diff --exit-code --staged - run: name: Check for duplicated packages command: yarn deduplicate @@ -222,35 +222,35 @@ jobs: command: yarn proptypes - run: name: '`yarn proptypes` changes committed?' - command: git diff --exit-code + command: git add -A && git diff --exit-code --staged - run: name: 'Write "use client" directive' command: yarn rsc:build - run: name: '`yarn rsc:build` changes detected, "use client" missing from exports' - command: git diff --exit-code + command: git add -A && git diff --exit-code --staged - run: name: Generate the documentation command: yarn docs:api - run: name: '`yarn docs:api` changes committed?' - command: git diff --exit-code + command: git add -A && git diff --exit-code --staged - run: name: Update the navigation translations command: yarn docs:i18n - run: name: '`yarn docs:i18n` changes committed?' - command: git diff --exit-code + command: git add -A && git diff --exit-code --staged - run: name: '`yarn extract-error-codes` changes committed?' command: | yarn extract-error-codes - git diff --exit-code + git add -A && git diff --exit-code --staged - run: name: '`yarn docs:link-check` changes committed?' command: | yarn docs:link-check - git diff --exit-code + git add -A && git diff --exit-code --staged test_types: <<: *defaults resource_class: 'medium+' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89eb047708406b..b593fa53be9b15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,6 @@ If you're reading this, you're awesome! Thank you for helping us make this proje - [Coding style](#coding-style) - [How to add a new demo in the documentation](#how-to-add-a-new-demo-in-the-documentation) - [How can I use a change that wasn't released yet?](#how-can-i-use-a-change-that-wasnt-released-yet) -- [Translations](#translations) - [Roadmap](#roadmap) - [License](#license) @@ -345,13 +344,6 @@ $test-project> npm i ./path-to-file/mui-material-x.x.x.tar.gz > If you have already installed this package, your changes will not be reflected when you reinstall it. > As a quick fix, you can temporarily bump the version number in your `package.json` before running `yarn build`. -## Translations - -Translations are handled via [Crowdin](https://translate.mui.com). -You don't need to apply any changes to localized versions of our markdown files -i.e. files having a `-locale` suffix. Crowdin automatically takes care of syncing -these changes across the localized versions. - ## Roadmap To get a sense of where MUI is heading, or for ideas on where you could contribute, take a look at the [roadmap](https://mui.com/material-ui/discover-more/roadmap/). diff --git a/README.md b/README.md index aefd6baf51bed7..084fae1a0054ad 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Diamond Sponsors are those who have pledged \$1,500/month or more to MUI. via [OpenCollective](https://opencollective.com/mui) or via [Patreon](https://www.patreon.com/oliviertassinari)

- tidelift.com + tidelift.com text-em-all.com Spotify megafamous.com diff --git a/docs/data/base/components/button/UnstyledButtonsSimple/tailwind/index.js b/docs/data/base/components/button/UnstyledButtonsSimple/tailwind/index.js index fdcc06f3e72fa7..236a3664dddcef 100644 --- a/docs/data/base/components/button/UnstyledButtonsSimple/tailwind/index.js +++ b/docs/data/base/components/button/UnstyledButtonsSimple/tailwind/index.js @@ -9,7 +9,7 @@ export default function UnstyledButtonsSimple() { Button