File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 15
15
5 . ` lang-ja ` ブランチからトピックブランチを作成します: ` git branch my-topic-branch lang-ja `
16
16
6 . 変更をコミットします: ` git commit -am 'Fix some files' `
17
17
7 . lint で引っかかる場合は再度修正を行いコミットします
18
- 8 . 翻訳した ` .md ` の ` updated ` 属性を修正した日に変更してコミットします: ` git commit -am 'Update date' `
19
- 9 . フォークした自分のレポジトリに Push します: ` git push origin my-topic-branch `
20
- 10 . 問題がなければ、プルリクエストを ` vuejs-jp/ja.vuejs.org ` の ` lang-ja ` ブランチに送ります
21
- 11 . レビュー :eyes : で指摘事項があったら修正し、再度 Push します :pencil :
22
- 12 . レビュー :eyes : で OK :ok_woman : ならば、マージされて内容がデプロイされてドキュメントに反映されます! :tada :
23
-
24
- <!--
25
- TODO: 作成する
26
- 13. ドキュメント反映後、[貢献者一覧](https://jp.vuejs.org/contribution/)に**貢献者**としてあなたの GitHub アカウントが登録されます! :tada:
27
- -->
18
+ 8 . フォークした自分のレポジトリに Push します: ` git push origin my-topic-branch `
19
+ 9 . 問題がなければ、プルリクエストを ` vuejs-jp/ja.vuejs.org ` の ` lang-ja ` ブランチに送ります
20
+ 10 . レビュー :eyes : で指摘事項があったら修正し、再度 Push します :pencil :
21
+ 11 . レビュー :eyes : で OK :ok_woman : ならば、マージされて内容がデプロイされてドキュメントに反映されます! :tada :
28
22
29
23
#### Tips: より円滑な Pull Request のコメント記載方法
30
24
You can’t perform that action at this time.
0 commit comments