diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-09-05 21:24:41 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-09-05 21:25:10 +0200 |
| commit | ba05971bf4e7b9647002aa39ceb384339995195e (patch) | |
| tree | e1877a01677eb4e1ae8890dd791819b16250d7c0 | |
| parent | Merge #11179: rpc: Push down safe mode checks (diff) | |
| parent | Add translation note to CONTRIBUTING.md (diff) | |
| download | discoin-ba05971bf4e7b9647002aa39ceb384339995195e.tar.xz discoin-ba05971bf4e7b9647002aa39ceb384339995195e.zip | |
Merge #11236: Add note on translations to CONTRIBUTING.md
87fe21f81 Add translation note to CONTRIBUTING.md (MeshCollider)
Pull request description:
The readme mentions it but there is no note in contributing.md, so this just adds a note there as suggested by https://github.com/bitcoin/bitcoin/pull/11235#issuecomment-327110644
Tree-SHA512: 915afd7d38e06ca771084d1e7a931bf230961003dc1657165e6a3b8b55893427f76a4e6846993c351bda2ed4da2c9ab4b9634390cbc4391479f39b6b7556bca8
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e67af627..56521a5f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,6 +81,10 @@ Examples: Qt: Add feed bump button Trivial: Fix typo in init.cpp +Note that translations should not be submitted as pull requests, please see +[Translation Process](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md) +for more information on helping with translations. + If a pull request is specifically not to be considered for merging (yet) please prefix the title with [WIP] or use [Tasks Lists](https://help.github.com/articles/basic-writing-and-formatting-syntax/#task-lists) in the body of the pull request to indicate tasks are pending. |