summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2023-02-14 07:25:29 +0000
committertamaina <tamaina@hotmail.co.jp>2023-02-14 07:25:29 +0000
commitd0aba46ee35fb224666ff135529fcd1acb4e8c54 (patch)
treede026de57b9e49d5e3f829b72c28fcd9fc2cbf1d /CONTRIBUTING.md
parentfix(client): ユーザーページのファイル付きTLはリプライも... (diff)
parentRevert "attempt matrix build (#9927)" (#9930) (diff)
downloadmisskey-d0aba46ee35fb224666ff135529fcd1acb4e8c54.tar.gz
misskey-d0aba46ee35fb224666ff135529fcd1acb4e8c54.tar.bz2
misskey-d0aba46ee35fb224666ff135529fcd1acb4e8c54.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
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