Skip to content
kkenya edited this page Feb 22, 2018 · 3 revisions

Welcome to the BookSeeker wiki!

Development procedure

Notation

The basic notation is camelCase. Examples

const { hoge, hogeHoge, fuga, fugaFuga } = this.state.bookSeeker;

Brach name agreements

  • 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

Closing issues using keywords