Fix some typo and spelling inconsistency in CONTRIBUTING.md.
- Unifying
behaviourandbehavior - Fix
modularisationtomodularization - Fix
GitHub
Fix some typo and spelling inconsistency in CONTRIBUTING.md.
behaviour and behaviormodularisation to modularizationGitHubNACK. I am the original author and I deliberately used English spelling.
We allow both variants of English to be used. Even in the same file.
That's somewhat inconsistent, but I perfectly understand the reasoning behind it. The only valid change is 'GitHub'? If the author is planning on doing more of these, then they should probably combine them.
Thanks for discussion about this. I removed unnecessary changes. And I fixed some GitHub spelling issues in other files.
Looks good d788f38 :+1:
ACK, could you squash?
3 | @@ -4,7 +4,7 @@ Translations 4 | The Bitcoin-Core project has been designed to support multiple localisations. This makes adding new phrases, and completely new languages easily achievable. For managing all application translations, Bitcoin-Core makes use of the Transifex online translation management tool. 5 | 6 | ### Helping to translate (using Transifex) 7 | -Transifex is setup to monitor the Github repo for updates, and when code containing new translations is found, Transifex will process any changes. It may take several hours after a pull-request has been merged, to appear in the Transifex web interface. 8 | +Transifex is setup to monitor the GitHub repo for updates, and when code containing new translations is found, Transifex will process any changes. It may take several hours after a pull-request has been merged, to appear in the Transifex web interface.
There is a second instance of Github in this file, please fix it too (https://github.com/bitcoin/bitcoin/pull/9675/files#diff-eb26390875720fc65e1c6c74a87626ffR35).
@paveljanik Thanks for letting me know! I fixed it too.
Fix one more GitHub spelling.
Please squash your commits according to https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits
Fix spellings of GitHub
Remove unnecessary changes
Fix GitHub spelling on doc/translation_process.md
@MarcoFalke Done. Thanks for notifying me about squashing.