Skip to content

Commit

Permalink
update docs/ja/breaking_changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtei committed Mar 31, 2020
1 parent 608f221 commit 4f9afa0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/ja/breaking_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Breaking change 期間は、QMK を危険または予期しない方法で変更

# チェックリスト

この章では、Breaking change プロセスを実行する時に使用する様々なプロセスについて説明します。
ここでは、Breaking change プロセスを実行する時に使用する様々なプロセスについて説明します。

## `master`から `future` をリベースします
## `master` から `future` をリベースします

これは`future`が開いている間、毎週金曜日に実行されます。
これは `future` が開いている間、毎週金曜日に実行されます。

プロセス:

Expand All @@ -58,9 +58,9 @@ git rebase master
git push --force
```

## `future`ブランチの作成
## `future` ブランチの作成

以前の`future`ブランチがマージされた直後に、これが発生します。
以前の `future` ブランチがマージされた直後に、これが発生します。

* `qmk_firmware` git commands
* [ ] `git checkout master`
Expand All @@ -77,7 +77,7 @@ git push --force

## マージの 4 週間前

* `future` は新しい PR に対して閉じられ、現在の PR の修正のみがマージされます
* `future` は新しい PR に対して閉じられ、現在の PR の修正のみがマージされる可能性があります。
* テスターの呼び出しを投稿します
* [ ] Discord
* [ ] GitHub PR
Expand Down

0 comments on commit 4f9afa0

Please sign in to comment.