This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: finish stardust to fluent rename (#2165)
* ...more renames * there are so many * there are still more * you guessed it, plus bunch of breaks * the end is near! * update contributing and add-a-feature * revert screener project for visual test confirmation * rename screener project back to ms * rename createComponentPrivate to createComponentInternal * address todos and feedback * fix changelog * fix renderConfig * fix typing errors
- Loading branch information
1 parent
d260546
commit 73e7a7a
Showing
170 changed files
with
613 additions
and
565 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
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ node -v | |
v8.11.3 | ||
``` | ||
|
||
`yarn` is used for Stardust because of its [benefits][2]. | ||
`yarn` is used for Fluent UI because of its [benefits][2]. | ||
|
||
```sh | ||
yarn -v | ||
|
@@ -38,40 +38,40 @@ If you do not yet have access to the repo as a contributor, ask one of the maint | |
|
||
### Clone | ||
|
||
Start by cloning Stardust UI React and installing dependencies: | ||
Start by cloning Fluent UI React and installing dependencies: | ||
|
||
SSH ([learn more][3]) | ||
|
||
```sh | ||
git clone [email protected]:stardust-ui/react.git stardust-ui-react | ||
git clone [email protected]:microsoft/fluent-ui-react.git | ||
``` | ||
|
||
HTTPS | ||
|
||
```sh | ||
git clone https://github.com/stardust-ui/react.git | ||
git clone https://github.com/microsoft/fluent-ui-react.git | ||
``` | ||
|
||
Continue to [Start](#start). | ||
|
||
## Collaborators | ||
|
||
If you are not part of the Stardust UI team, use these instructions. If you are, or should be, use the [Contributor](#contributors) instructions. | ||
If you are not part of the Fluent UI team, use these instructions. If you are, or should be, use the [Contributor](#contributors) instructions. | ||
|
||
### Fork | ||
|
||
Start by `forking Stardust UI React` to your GitHub account. Then clone your fork and install dependencies: | ||
Start by forking Fluent UI React to your GitHub account. Then clone your fork and install dependencies: | ||
|
||
```sh | ||
git clone [email protected]:<your-user>/react.git stardust-ui-react | ||
cd stardust-ui-react | ||
git clone [email protected]:<your-user>/fluent-ui-react.git | ||
cd fluent-ui-react | ||
yarn | ||
``` | ||
|
||
Add our repo as a git remote so you can pull/rebase your fork with our latest updates: | ||
|
||
``` | ||
git remote add upstream [email protected]:stardust-ui/react.git | ||
git remote add upstream [email protected]:microsoft/fluent-ui-react.git | ||
``` | ||
|
||
Continue to [Start](#start). | ||
|
@@ -81,7 +81,7 @@ Continue to [Start](#start). | |
Now, enter the directory and install dependencies: | ||
|
||
``` | ||
cd stardust-ui-react | ||
cd fluent-ui-react | ||
yarn | ||
``` | ||
|
||
|
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
Oops, something went wrong.