diff options
| author | MeshCollider <[email protected]> | 2017-09-05 20:48:32 +1200 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-09-05 20:48:32 +1200 |
| commit | 87fe21f814c94403cba5ff3e304a861d915c70dc (patch) | |
| tree | 57f6fd7b3a8b8f96e36ad642175744460cbb2236 | |
| parent | Merge #10701: Remove the virtual specifier for functions with the override sp... (diff) | |
| download | discoin-87fe21f814c94403cba5ff3e304a861d915c70dc.tar.xz discoin-87fe21f814c94403cba5ff3e304a861d915c70dc.zip | |
Add translation note to CONTRIBUTING.md
| -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. |