Update CONTRIBUTING.md

This commit is contained in:
syuilo 2019-02-08 04:08:25 +09:00 committed by GitHub
parent 4099db0d42
commit 5a28632af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,3 +56,18 @@ Good:
``` ts
export function something(foo: string): string {
```
## Directory structure
```
src ... ソースコード
prelude ... Misskeyに関係ないかつ副作用なし
misc ... 副作用なしのユーティリティ処理
service ... 副作用ありの共通処理
queue ... ジョブキューとジョブ
server ... Webサーバー
client ... クライアント
mfm ... MFM
test ... テスト
```