Skip to content
Snippets Groups Projects
Unverified Commit 5a28632a authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update CONTRIBUTING.md

parent 4099db0d
No related branches found
No related tags found
No related merge requests found
......@@ -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 ... テスト
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment