doc: Clarify and move "hygienic commit" note

The prior version mentions to update the tests *first*, which is wrong.
It must be updated at the same time in the same commit.
This commit is contained in:
MarcoFalke
2025-05-20 18:42:29 +02:00
parent fac8b05197
commit fab79c1a25
2 changed files with 1 additions and 3 deletions

View File

@@ -805,9 +805,6 @@ General Bitcoin Core
on the master branch. Otherwise, all new pull requests will start failing the tests, resulting in
confusion and mayhem.
- *Explanation*: If the test suite is to be updated for a change, this has to
be done first.
Logging
-------