File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
- *develop.txt* For Vim バージョン 9.1. Last change: 2025 Sep 07
1
+ *develop.txt* For Vim バージョン 9.1. Last change: 2025 Sep 23
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -421,6 +421,13 @@ editorconfig プラグイン |editorconfig-install| と一緒に使用し、推
421
421
些細な変更でない場合は、必ず github でプルリクエストを作成すること。これによ
422
422
り、テストスイートがトリガーされる。
423
423
424
+ PR は理想的には 1 つの論理的変更に対する 1 つのコミットを含めるべきである。た
425
+ だし、複数の論理的かつ独立した変更を 1 つの PR にまとめたい場合は、複数のコミッ
426
+ トを含めることができる。これにより、長い PR のレビューも容易になる。各コミット
427
+ メッセージには、変更の理由を必ず記載すること。これはレビュープロセスに非常に役
428
+ 立つ。各コミットが異なる論理的変更を扱う場合、それらは Vim のリポジトリ内で別々
429
+ のパッチとして適用されることになる。
430
+
424
431
*style-clang-format*
425
432
sound.c と sign.c は、配布された .clang-format ファイルに従って、
426
433
`clang- format` フォーマッタを使用して (半) 自動的にフォーマットできる。他のソー
Original file line number Diff line number Diff line change 1
- *develop.txt* For Vim version 9.1. Last change: 2025 Sep 07
1
+ *develop.txt* For Vim version 9.1. Last change: 2025 Sep 23
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -424,6 +424,14 @@ The basic steps to make changes to the code:
424
424
For any non-trivial change, please always create a pull request on github,
425
425
since this triggers the test suite.
426
426
427
+ A PR should ideally contain a single commit for a single logical change.
428
+ However, you can include several commits if you want to group multiple
429
+ logical, atomic changes in one PR. This can also make longer PRs easier to
430
+ review. Be sure to describe the reasoning for your changes in each commit
431
+ message, as this greatly helps with the review process. In cases where each
432
+ commit handles different logical changes, they will also be applied as
433
+ separate patches in Vim’s repository.
434
+
427
435
*style-clang-format*
428
436
sound.c and sign.c can be (semi-) automatically formatted using the
429
437
`clang- format` formatter according to the distributed .clang-format file.
You can’t perform that action at this time.
0 commit comments