None of the examples in the "trivial" area are acceptable pull requests, unless they are acceptable in a different area (like "doc" or "log").
Fix that by removing the "trivial" area.
None of the examples in the "trivial" area are acceptable pull requests, unless they are acceptable in a different area (like "doc" or "log").
Fix that by removing the "trivial" area.
Agree, 'trivial' doesn't help with categorizing at all.
ACK faf216bc713c36d7b3fac424973c8b89d235ab83
81 | @@ -82,19 +82,12 @@ the pull request affects. Valid areas as: 82 | - *Consensus* for changes to consensus critical code 83 | - *Docs* for changes to the documentation 84 | - *Qt* for changes to bitcoin-qt 85 | + - *Log* Changes to log messages
Would say "Logging" or "Logs" to be consistent with "Mining" below or "Docs" above. "Log" isn't a component of bitcoin that you'd refer to with a singular noun.
I don't disagree, yet suggested the opposite for brevity and what is often seen in practice.
Super ACK faf216bc713c36d7b3fac424973c8b89d235ab83. I always thought this section was dumb, because it uses a different definition of "trivial" than I've ever seen before (indicating an absence of side effects, rather than simplicity).
Added missing s, as requested by @ryanofsky
ACK fab41be72e535d5782e21bbfce15a9906d233efc
ACK fab41be.
81 | @@ -82,19 +82,12 @@ the pull request affects. Valid areas as: 82 | - *Consensus* for changes to consensus critical code 83 | - *Docs* for changes to the documentation 84 | - *Qt* for changes to bitcoin-qt 85 | + - *Logs* Changes to log messages
Good addition. Not a strong opinion, but while here, perhaps shorten to log as well as docs to doc and tests to test... since they are shorter and often used in practice. For brevity, scripts and tools could be just script/tool, and utils and libraries just util/lib.
ACK. Suggest updating the PR title to "doc: update labels in CONTRIBUTING.md"
95 | @@ -103,7 +96,7 @@ Examples: 96 | Consensus: Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG 97 | Net: Automatically create hidden service, listen on Tor 98 | Qt: Add feed bump button 99 | - Trivial: Fix typo in init.cpp 100 | + Logs: Fix typo in log message 101 | 102 | Note that translations should not be submitted as pull requests, please see 103 | [Translation Process](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md)
nit: extra whitespace at the end of this line that can be removed while touching this file.
nit: also extra whitespace at the end of all the 4 last lines of this file except the last one, that can be removed while touching this file
81 | @@ -82,19 +82,12 @@ the pull request affects. Valid areas as: 82 | - *Consensus* for changes to consensus critical code 83 | - *Docs* for changes to the documentation 84 | - *Qt* for changes to bitcoin-qt 85 | + - *Logs* Changes to log messages 86 | - *Mining* for changes to the mining code 87 | - *Net* or *P2P* for changes to the peer-to-peer network code
Could add refactoring. Often seen in practice.
Dropped the s again, as requested by @jonatack
ACK faa88d0b5c7f6e317d0e35daef28d320801f1bb5
ACK faa88d0b5c7f6e317d0e35daef28d320801f1bb5 - agree that trivial was pretty useless and that the meaning was unclear. Other changes look fine. Surprised the white space linter hasn't been having a field day in this file.