summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRyotaK <49341894+Ry0taK@users.noreply.github.com>2023-02-14 13:17:34 +0900
committerGitHub <noreply@github.com>2023-02-14 13:17:34 +0900
commitc7fbf5637ff6a4781f81babf81bee395b06a71c7 (patch)
tree13b3f8635847c0c897467595d1286d22f0285115 /CONTRIBUTING.md
parentfix(client): use tabler icons (#9915) (diff)
downloadsharkey-c7fbf5637ff6a4781f81babf81bee395b06a71c7.tar.gz
sharkey-c7fbf5637ff6a4781f81babf81bee395b06a71c7.tar.bz2
sharkey-c7fbf5637ff6a4781f81babf81bee395b06a71c7.zip
fix: Dev Containerの設定を修正 (#9921)
* Dev Containerの設定を修正 * CONTRIBUTING.mdにDev Container使用時の注意書きを追加 * 注意書きを改行する
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de0a1abb45..48d8a40dea 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -113,7 +113,8 @@ command.
### Dev Container
Instead of running `pnpm` locally, you can use Dev Container to set up your development environment.
-To use Dev Container, open the project directory on VSCode with Dev Containers installed.
+To use Dev Container, open the project directory on VSCode with Dev Containers installed.
+**Note:** If you are using Windows, please clone the repository with WSL. Using Git for Windows will result in broken files due to the difference in how newlines are handled.
It will run the following command automatically inside the container.
``` bash