Change contributing test

This commit is contained in:
Leonid Logvinov 2017-12-20 14:21:39 +01:00
parent 8ed776e113
commit bf1603839e
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
4 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.