Skip to content

Commit c95832d

Browse files
committed
Merge #11571: Fixed a couple small grammatical errors.
f927ee1 Fixed a couple small grammatical errors. (Christian Gentry) Pull request description: 1. "If a pull request is not to be considered for merging (yet), please prefix the ..." 2. If a particular commit references another issue, please add the reference. For example: `refs #1234` or `fixes #4321`. Tree-SHA512: b2ed11a235800a6b8e9450937352954a2222eb6f08f9556c8f298fd3d64d18e731397b46f3141eab01e0196f53fa3a9d84fb707a1e7691a63dd146b3c5298fe5
2 parents e1f6a2a + f927ee1 commit c95832d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ in init.cpp") in which case a single title line is sufficient. Commit messages s
4242
helpful to people reading your code in the future, so explain the reasoning for
4343
your decisions. Further explanation [here](http://chris.beams.io/posts/git-commit/).
4444

45-
If a particular commit references another issue, please add the reference, for
46-
example `refs #1234`, or `fixes #4321`. Using the `fixes` or `closes` keywords
45+
If a particular commit references another issue, please add the reference. For
46+
example: `refs #1234` or `fixes #4321`. Using the `fixes` or `closes` keywords
4747
will cause the corresponding issue to be closed when the pull request is merged.
4848

4949
Please refer to the [Git manual](https://git-scm.com/doc) for more information
@@ -85,7 +85,7 @@ Note that translations should not be submitted as pull requests, please see
8585
[Translation Process](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md)
8686
for more information on helping with translations.
8787

88-
If a pull request is specifically not to be considered for merging (yet) please
88+
If a pull request is not to be considered for merging (yet), please
8989
prefix the title with [WIP] or use [Tasks Lists](https://help.github.com/articles/basic-writing-and-formatting-syntax/#task-lists)
9090
in the body of the pull request to indicate tasks are pending.
9191

0 commit comments

Comments
 (0)