< bitcoin-git>
[bitcoin] LarryRuane opened pull request #16365: Log RPC parameters (arguments) if -debug=rpcparams (master...log-rpc-args) https://github.com/bitcoin/bitcoin/pull/16365
< BillyGarrison>
Looking to change a doc typo and I have some questions. Please let me know if I'm in the wrong place.
< sipa>
BillyGarrison: shoot
< BillyGarrison>
In the CONTRIBUTING.md it says to fork, create branch, commit to branch, and submit PR. Should I submit the PR to put the changes into master? Do I need to worry about branch name conflicts?
< BillyGarrison>
Under the refactoring section of the contributor guide it says that trivial PRs may be rejected to save time. Does this also apply to a trivial typo fix or does it specifically mean trivial refactoring PRs?
< sipa>
Yes, always submit changes to master; maintainers will backport them to release branches where desired
< sipa>
fixing a single typo is probably not worth it
< sipa>
if you have a whole bunch that you can fix at once, maybe
< BillyGarrison>
That's good to know, thanks. I will make note of any typos I find and submit them all together at a later point.
< sipa>
and thank you for looking into ways to contribute (and reading the guidelines!)
< BillyGarrison>
(y) hoping to be able to contribute to functional testing eventually