Skip to content

Commit eab59a0

Browse files
authored
Merge pull request #2332 from h-east/update-develop
Update develop.{txt,jax}
2 parents 68fcafe + e4f3692 commit eab59a0

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
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 29
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: 10 additions & 2 deletions
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 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -388,7 +388,7 @@ unreliable, fails on major platforms (e.g., macOS), and is only part of the
388388
new release workflow. In practice, contributors edit the relevant `.pro` files
389389
by hand when adding, removing, or modifying a function signatures.
390390

391-
This system has been in place since at least v1.24, when Vims functions were
391+
This system has been in place since at least v1.24, when Vim's functions were
392392
still written in K&R style.
393393

394394
==============================================================================
@@ -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 logical,
429+
atomic changes in one PR. This can also make longer PRs easier to review. Be
430+
sure to describe the reasoning for your changes in each commit message, as
431+
this greatly helps with the review process. In cases where each commit
432+
handles different logical changes, they will also be applied as separate
433+
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)