Skip to content

Commit

Permalink
プルリクについての記述の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakazu0429 committed Jun 29, 2018
1 parent 48a1eac commit 1af189e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 使い方

1. 各自 feature ブランチで開発する
1. ある程度できたら develp ブランチにプルリクエスト、マージする
1. 動作確認終了後 master ブランチにマージ
1. 各自 feature ブランチで開発する
2. ある程度できたら develp ブランチにプルリクエスト、マージする
3. 動作確認終了後 master ブランチにマージ

## 開発環境

Expand Down Expand Up @@ -55,8 +55,8 @@

### ここでの編集方針

1. 基本的に自分がいじるのは自分で作ったファイルの中(map-design.css など)
1. いじりたいところが他の人の作ったファイルにあったら、そのファイルをいじくる(map.css など)
1. 基本的に自分がいじるのは自分で作ったファイルの中(map-design.css など)
1. いじりたいところが他の人の作ったファイルにあったら、そのファイルをいじくる(map.css など)

### 動作テストについて

Expand All @@ -76,5 +76,9 @@ vscode なら以下の拡張機能を入れる

#### yarn

1. [これ](https://qiita.com/masterkey1009/items/50f95b1187646a7db385)などを参考に yarn を入れる
1. クローン後 `yarn install` する
1. [これ](https://qiita.com/masterkey1009/items/50f95b1187646a7db385)などを参考に yarn を入れる
1. クローン後 `yarn install` する

### プルリクエストについて

- `yarn format`を使ってコードを`prettier`で整形しておくこと

0 comments on commit 1af189e

Please sign in to comment.