作業フロー - ninjam-jp/general GitHub Wiki
- Git client
- GitHub account
- Node.js
- Fork
- Feature branch
- Make changes
- Run lint and testing
- Push changes to your fork/branch
- Create pull request
- Code review and automated testing
- Merge into master
- GitHubへログイン
- このプロジェクトのページを開き Fork
- 以下、黒い画面でコマンド入力. (の処は自分のアカウント名に変更)
git clone git://github/<YOURNAME>/server.git
pull先の設定を追加
git remote add upstream git://github.com/ninjam-jp/server.git
- Feature branch
- commit --allow-empty
- Push changes to origin/branch
- Create pull request
- title must have "[WIP]" prefix
- add checkbox list for tasks
- Make changes
- Run lint and testing
- Remove "[WIP]" prefix
- Code review and automated testing
- Merge into master