Update CONTRIBUTING.md
This commit is contained in:
		
							parent
							
								
									4099db0d42
								
							
						
					
					
						commit
						5a28632af7
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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 ... テスト
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue