-
Notifications
You must be signed in to change notification settings - Fork 0
Home
kkenya edited this page Feb 22, 2018
·
3 revisions
The basic notation is camelCase. Examples
const { hoge, hogeHoge, fuga, fugaFuga } = this.state.bookSeeker;
-
When you want to add a function called "hoge".
add/hoge
-
When to fix something called "hogehoge".
fix/hogeHoge
- Issueを立てる
- Issueを関連付けたPull Requestをたてる
- 作業中なら「WIP」
- 作業が完了したなら「レビュー依頼」
- レビュー
Pull Request(PR)とIssueを関連づけてください。
Pull Requestのtitleまたはdescriptionでは特定の記法(close, fix, resolve, closes...
)に沿うことでPRをマージすると同時にIssueをクローズすることができます。
e.g. 登録画面の追加 close #3