Skip to content

youbinoyou/SandBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SandBox

砂場

[WIP]【必ず】やることリスト

#90

コーディング規約

AppleNYTimes


ディレクトリ構造

sandbox-iOS
├── ◯Controllers
|     ├── ◯Common 
|     └── UIView
├── ◯Models
|     ├── ◯Common 
|     └── UIView
├── ○Utils
|     ├── ◯Common 
|     └── UIView
├── ◯Resources(plist等)
├── ◯StoryBoards
└── ◯Views
      ├── ◯Common 
      └── UIView

GitHubがデフォルトで用意している以下のIssueのLabelの意味

  • ラベル 意味
  • help wanted 助けを求める場合
  • bug バグの場合
  • duplicate すでに内容の重複したIssueが存在する場合
  • enhancement 機能強化の場合
  • invalid 間違い、勘違い、実現不可の場合。対応しない内容を書いてクローズ
  • question 疑問がある場合
  • wontfix 対応しないバグ等がある場合。対応しない理由を書いてクローズ