mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(contributing): specify how to preview changes in RTL (#17173)
This commit is contained in:
committed by
Brandy Carney
parent
835aea9c4a
commit
39c119ab4b
1
.github/CONTRIBUTING.md
vendored
1
.github/CONTRIBUTING.md
vendored
@@ -62,6 +62,7 @@ Please see our [Contributor Code of Conduct](https://github.com/ionic-team/ionic
|
||||
2. A browser should open at `http://localhost:3333/`.
|
||||
3. From here, navigate to one of the component's tests to preview your changes.
|
||||
4. If a test showing your change doesn't exist, [add a new test or update an existing one](#modifying-tests).
|
||||
5. To test in RTL mode, once you are in the desired component's test, add `?rtl=true` at the end of the url; for example: `http://localhost:3333/src/components/alert/test/basic?rtl=true`.
|
||||
|
||||
|
||||
#### Lint Changes
|
||||
|
||||
Reference in New Issue
Block a user