diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7c480c52f..a37159fa8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -163,6 +163,14 @@ and the web server is automatically restarted. | |||
163 | $ npm run dev | 163 | $ npm run dev |
164 | ``` | 164 | ``` |
165 | 165 | ||
166 | ### RTL layout | ||
167 | |||
168 | To test RTL layout using `ar` locale: | ||
169 | |||
170 | ``` | ||
171 | $ npm run dev -- --ar-locale | ||
172 | ``` | ||
173 | |||
166 | ### Testing | 174 | ### Testing |
167 | 175 | ||
168 | Your code contributions must pass the tests before they can be merged. Tests ensure most of the application behaves | 176 | Your code contributions must pass the tests before they can be merged. Tests ensure most of the application behaves |