Skip to content

Commit e45b334

Browse files
committed
Update develop.{txt,jax}
1 parent 68fcafe commit e45b334

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

doc/develop.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim バージョン 9.1. Last change: 2025 Sep 07
1+
*develop.txt* For Vim バージョン 9.1. Last change: 2025 Sep 23
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -421,6 +421,13 @@ editorconfig プラグイン |editorconfig-install| と一緒に使用し、推
421421
些細な変更でない場合は、必ず github でプルリクエストを作成すること。これによ
422422
り、テストスイートがトリガーされる。
423423

424+
PR は理想的には 1 つの論理的変更に対する 1 つのコミットを含めるべきである。た
425+
だし、複数の論理的かつ独立した変更を 1 つの PR にまとめたい場合は、複数のコミッ
426+
トを含めることができる。これにより、長い PR のレビューも容易になる。各コミット
427+
メッセージには、変更の理由を必ず記載すること。これはレビュープロセスに非常に役
428+
立つ。各コミットが異なる論理的変更を扱う場合、それらは Vim のリポジトリ内で別々
429+
のパッチとして適用されることになる。
430+
424431
*style-clang-format*
425432
sound.c と sign.c は、配布された .clang-format ファイルに従って、
426433
`clang-format` フォーマッタを使用して (半) 自動的にフォーマットできる。他のソー

en/develop.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -424,6 +424,14 @@ The basic steps to make changes to the code:
424424
For any non-trivial change, please always create a pull request on github,
425425
since this triggers the test suite.
426426

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+
427435
*style-clang-format*
428436
sound.c and sign.c can be (semi-) automatically formatted using the
429437
`clang-format` formatter according to the distributed .clang-format file.

0 commit comments

Comments
 (0)