aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-12-20 21:21:39 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-12-20 21:21:39 +0800
commitbf1603839ee5b7e8a1b1db32a0d037b3680a38d6 (patch)
tree098a68ef479a4cf67ae2a15164bb790a2d6361d4
parent8ed776e113f0e249d50aa9e74b459b770ff62cee (diff)
downloaddexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar
dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.gz
dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.bz2
dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.lz
dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.xz
dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.zst
dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.zip
Change contributing test
-rw-r--r--packages/assert/README.md2
-rw-r--r--packages/json-schemas/README.md2
-rw-r--r--packages/tslint-config/README.md2
-rw-r--r--packages/web3-wrapper/README.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/assert/README.md b/packages/assert/README.md
index 40854cfa2..052d56582 100644
--- a/packages/assert/README.md
+++ b/packages/assert/README.md
@@ -19,7 +19,7 @@ assert.isValidBaseUnitAmount('baseUnitAmount', baseUnitAmount);
## Contributing
-We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
+We strongly encourage that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
diff --git a/packages/json-schemas/README.md b/packages/json-schemas/README.md
index 21ba92a37..94dfd8640 100644
--- a/packages/json-schemas/README.md
+++ b/packages/json-schemas/README.md
@@ -26,7 +26,7 @@ const isValid: boolean = validator.isValid(order, orderSchema); // Only returns
## Contributing
-We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
+We strongly encourage that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
diff --git a/packages/tslint-config/README.md b/packages/tslint-config/README.md
index e943bc0db..b27d05df0 100644
--- a/packages/tslint-config/README.md
+++ b/packages/tslint-config/README.md
@@ -22,7 +22,7 @@ Add the following to your `tslint.json` file
## Contributing
-We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
+We strongly encourage that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
diff --git a/packages/web3-wrapper/README.md b/packages/web3-wrapper/README.md
index 2aac1124b..c6e2163a3 100644
--- a/packages/web3-wrapper/README.md
+++ b/packages/web3-wrapper/README.md
@@ -21,7 +21,7 @@ const availableAddresses = await web3Wrapper.getAvailableAddressesAsync();
## Contributing
-We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
+We strongly encourage that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.