diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-05-30 17:02:44 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-30 17:02:53 +0200 |
| commit | 32a9ddfc330cb146510f3e9bcd67da3bd6fb7bb7 (patch) | |
| tree | cd319172a3c6ff8c23f5fcb21b6e2f4f6d17f3f6 | |
| parent | Merge pull request #4252 (diff) | |
| parent | doc: Clarify wording about testing in README.md (diff) | |
| download | discoin-32a9ddfc330cb146510f3e9bcd67da3bd6fb7bb7.tar.xz discoin-32a9ddfc330cb146510f3e9bcd67da3bd6fb7bb7.zip | |
Merge pull request #4218
4665b1a doc: Clarify wording about testing in README.md (Wladimir J. van der Laan)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ Testing ------- Testing and code review is the bottleneck for development; we get more pull -requests than we can review and test. Please be patient and help out, and -remember this is a security-critical project where any mistake might cost people +requests than we can review and test on short notice. Please be patient and help out by testing +other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money. ### Automated Testing |