mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-21 12:18:13 +02:00
Merge bitcoin/bitcoin#32572: doc: Remove stale sections in dev notes
fac00d4ed3doc: Move CI-must-pass requirement into readme section (MarcoFalke)fab79c1a25doc: Clarify and move "hygienic commit" note (MarcoFalke)fac8b05197doc: Clarify strprintf size specifier note (MarcoFalke)faaf34ad72doc: Remove section about RPC alias via function pointer (MarcoFalke)2222d61e1cdoc: Remove section about RPC arg names in table (MarcoFalke)fa00b8c02cdoc: Remove section about include guards (MarcoFalke)fad6cd739bdoc: Remove dev note section on includes (MarcoFalke)fa6623d85adoc: Remove file name section (MarcoFalke)7777fb8bc7doc: Remove shebang section (MarcoFalke)faf65f0531doc: Remove .gitignore section (MarcoFalke)faf2094f25doc: Remove note about removed ParsePrechecks (MarcoFalke)fa69c5b170doc: Remove -disablewallet from dev notes (MarcoFalke) Pull request description: This removes sections that I've been collecting as stale or overly redundant over the years. The rationale for each removal is in the commit message. ACKs for top commit: yuvicc: ACKfac00d4ed3janb84: LGTM ACKfac00d4ed3glozow: ACKfac00d4ed3, all lgtm Tree-SHA512: 17a5b4277fb30d265959d1230a705b36d8501a64c0f4a7f272ea5d9c22031421f95c491144f6d6f714dc7927df667d96ece9ceb43e0a07317d76fdcc4769aaa7
This commit is contained in:
@@ -115,6 +115,7 @@ fixes or code moves with actual code changes.
|
||||
|
||||
Make sure each individual commit is hygienic: that it builds successfully on its
|
||||
own without warnings, errors, regressions, or test failures.
|
||||
This means tests must be updated in the same commit that changes the behavior.
|
||||
|
||||
Commit messages should be verbose by default consisting of a short subject line
|
||||
(50 chars max), a blank line and detailed explanatory text as separate
|
||||
|
||||
Reference in New Issue
Block a user