forked from FoundKeyGang/FoundKey
Update CONTRIBUTING.md
This commit is contained in:
parent
aba85b977d
commit
732804b6fa
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ export function something(foo: string): string {
|
||||||
## Directory structure
|
## Directory structure
|
||||||
```
|
```
|
||||||
src ... ソースコード
|
src ... ソースコード
|
||||||
|
@types ... 外部ライブラリなどの型定義
|
||||||
prelude ... Misskeyに関係ないかつ副作用なし
|
prelude ... Misskeyに関係ないかつ副作用なし
|
||||||
misc ... 副作用なしのユーティリティ処理
|
misc ... 副作用なしのユーティリティ処理
|
||||||
service ... 副作用ありの共通処理
|
service ... 副作用ありの共通処理
|
||||||
|
|
Loading…
Reference in a new issue